Html Css Color HEX #406F18 Dell

📋 copy color: '#406F18'

red 64 ◦ green 111 ◦ blue 24

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

Shades of Dell #406F18

Tints of Dell #406F18

RGB

 RED value IS 64 (25.39% from 255) = 32.16%

 GREEN value IS 111 (43.75% from 255) = 55.78%

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

R = 32.16%
G = 55.78%
B = 12.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#406F18 (or 0x406F18) is known color: Dell. HEX triplet: 40, 6F and 18. RGB value is (64,111,24). Sum of RGB (Red+Green+Blue) = 64+111+24=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #406F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F18 is #BF90E7. Grayscale: #575757. Windows color (decimal): -12554472 or 1601344. OLE color: 1601344.

HSL color Cylindrical-coordinate representation of color #406F18: hue angle of 92.41º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #406F18 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 24 -
CMYK 0.42 0 0.78 0.56
HSL 92.41º 0.64% 0.26% -
HSV(B) 92.41º 0.78% 0.44% -
XYZ 7.96 12.52 2.86 -
YUV 87.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 64 111 24 0.42 0 0.78 0.56 92.41 0.64 0.26
Hex 40 6F 18 2A 0 4E 38 5C 40 1A
Octal 100 157 30 52 0 116 70 134 100 32
Binary 1000000 1101111 11000 101010 0 1001110 111000 1011100 1000000 11010

Color Harmonies of #406F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F18

Black with #406F18

Text Example


Text Example

White with #406F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F18; }

 p { color: rgb(64,111,24); }

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

background-color css

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

 a { background-color: rgb(64,111,24); }

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

border-color css

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

 span { border-color: rgb(64,111,24); }

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