Html Css Color HEX #386518 Dell

📋 copy color: '#386518'

red 56 ◦ green 101 ◦ blue 24

#386518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #386518

Tints of Dell #386518

RGB

 RED value IS 56 (22.27% from 255) = 30.94%

 GREEN value IS 101 (39.84% from 255) = 55.8%

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 30.94%
G = 55.8%
B = 13.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#386518 (or 0x386518) is known color: Dell. HEX triplet: 38, 65 and 18. RGB value is (56,101,24). Sum of RGB (Red+Green+Blue) = 56+101+24=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #386518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386518 is #C79AE7. Grayscale: #4F4F4F. Windows color (decimal): -13081320 or 1598776. OLE color: 1598776.

HSL color Cylindrical-coordinate representation of color #386518: hue angle of 95.06º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386518 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 24 -
CMYK 0.45 0 0.76 0.60
HSL 95.06º 0.62% 0.25% -
HSV(B) 95.06º 0.76% 0.4% -
XYZ 6.45 10.21 2.5 -
YUV 78.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 56 101 24 0.45 0 0.76 0.60 95.06 0.62 0.25
Hex 38 65 18 2D 0 4C 3C 5F 3E 19
Octal 70 145 30 55 0 114 74 137 76 31
Binary 111000 1100101 11000 101101 0 1001100 111100 1011111 111110 11001

Color Harmonies of #386518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386518

Black with #386518

Text Example


Text Example

White with #386518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386518; }

 p { color: rgb(56,101,24); }

 H1.HeaderClassName
 {
   color: #386518;
 }
 .AnyTagClassName
 {
   color: #386518;
 }
</style>

background-color css

<style>
 a { background-color: #386518; }

 a { background-color: rgb(56,101,24); }

 div.DivClassName
 {
   background-color: #386518;
 }
 .BgClassName
 {
   background-color: #386518;
 }
</style>

border-color css

<style>
 span { border-color: #386518; }

 span { border-color: rgb(56,101,24); }

 td.TdClassName
 {
   border-color: #386518;
 }
 .TagClassName
 {
   border-color: #386518;
 }
</style>