Html Css Color HEX #396418 Dell

📋 copy color: '#396418'

red 57 ◦ green 100 ◦ blue 24

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

Shades of Dell #396418

Tints of Dell #396418

RGB

 RED value IS 57 (22.66% from 255) = 31.49%

 GREEN value IS 100 (39.45% from 255) = 55.25%

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

R = 31.49%
G = 55.25%
B = 13.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#396418 (or 0x396418) is known color: Dell. HEX triplet: 39, 64 and 18. RGB value is (57,100,24). Sum of RGB (Red+Green+Blue) = 57+100+24=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #396418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396418 is #C69BE7. Grayscale: #4E4E4E. Windows color (decimal): -13016040 or 1598521. OLE color: 1598521.

HSL color Cylindrical-coordinate representation of color #396418: hue angle of 93.95º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396418 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 100 24 -
CMYK 0.43 0 0.76 0.61
HSL 93.95º 0.61% 0.24% -
HSV(B) 93.95º 0.76% 0.39% -
XYZ 6.41 10.05 2.47 -
YUV 78.48 97.25 112.68 -
System Red Green Blue C M Y K H S L
Decimal 57 100 24 0.43 0 0.76 0.61 93.95 0.61 0.24
Hex 39 64 18 2B 0 4C 3D 5E 3D 18
Octal 71 144 30 53 0 114 75 136 75 30
Binary 111001 1100100 11000 101011 0 1001100 111101 1011110 111101 11000

Color Harmonies of #396418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396418

Black with #396418

Text Example


Text Example

White with #396418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396418; }

 p { color: rgb(57,100,24); }

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

background-color css

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

 a { background-color: rgb(57,100,24); }

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

border-color css

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

 span { border-color: rgb(57,100,24); }

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