Html Css Color HEX #406917 Dell

📋 copy color: '#406917'

red 64 ◦ green 105 ◦ blue 23

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

Shades of Dell #406917

Tints of Dell #406917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.98%

R = 33.33%
G = 54.69%
B = 11.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#406917 (or 0x406917) is known color: Dell. HEX triplet: 40, 69 and 17. RGB value is (64,105,23). Sum of RGB (Red+Green+Blue) = 64+105+23=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #406917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406917 is #BF96E8. Grayscale: #535353. Windows color (decimal): -12556009 or 1534272. OLE color: 1534272.

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

Color convert

RGB 64 105 23 -
CMYK 0.39 0 0.78 0.59
HSL 90º 0.64% 0.25% -
HSV(B) 90º 0.78% 0.41% -
XYZ 7.32 11.26 2.6 -
YUV 83.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 64 105 23 0.39 0 0.78 0.59 90 0.64 0.25
Hex 40 69 17 27 0 4E 3B 5A 40 19
Octal 100 151 27 47 0 116 73 132 100 31
Binary 1000000 1101001 10111 100111 0 1001110 111011 1011010 1000000 11001

Color Harmonies of #406917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406917

Black with #406917

Text Example


Text Example

White with #406917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406917; }

 p { color: rgb(64,105,23); }

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

background-color css

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

 a { background-color: rgb(64,105,23); }

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

border-color css

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

 span { border-color: rgb(64,105,23); }

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