Html Css Color HEX #396918 Dell

📋 copy color: '#396918'

red 57 ◦ green 105 ◦ blue 24

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

Shades of Dell #396918

Tints of Dell #396918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.45%

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

R = 30.65%
G = 56.45%
B = 12.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#396918 (or 0x396918) is known color: Dell. HEX triplet: 39, 69 and 18. RGB value is (57,105,24). Sum of RGB (Red+Green+Blue) = 57+105+24=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #396918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396918 is #C696E7. Grayscale: #515151. Windows color (decimal): -13014760 or 1599801. OLE color: 1599801.

HSL color Cylindrical-coordinate representation of color #396918: hue angle of 95.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396918 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 24 -
CMYK 0.46 0 0.77 0.59
HSL 95.56º 0.63% 0.25% -
HSV(B) 95.56º 0.77% 0.41% -
XYZ 6.9 11.04 2.63 -
YUV 81.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 57 105 24 0.46 0 0.77 0.59 95.56 0.63 0.25
Hex 39 69 18 2E 0 4D 3B 60 3F 19
Octal 71 151 30 56 0 115 73 140 77 31
Binary 111001 1101001 11000 101110 0 1001101 111011 1100000 111111 11001

Color Harmonies of #396918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396918

Black with #396918

Text Example


Text Example

White with #396918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396918; }

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

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

background-color css

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

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

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

border-color css

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

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

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