Html Css Color HEX #406027 Dell

📋 copy color: '#406027'

red 64 ◦ green 96 ◦ blue 39

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

Shades of Dell #406027

Tints of Dell #406027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.24%

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 32.16%
G = 48.24%
B = 19.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#406027 (or 0x406027) is known color: Dell. HEX triplet: 40, 60 and 27. RGB value is (64,96,39). Sum of RGB (Red+Green+Blue) = 64+96+39=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #406027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406027 is #BF9FD8. Grayscale: #505050. Windows color (decimal): -12558297 or 2580544. OLE color: 2580544.

HSL color Cylindrical-coordinate representation of color #406027: hue angle of 93.68º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #406027 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 39 -
CMYK 0.33 0 0.59 0.62
HSL 93.68º 0.42% 0.26% -
HSV(B) 93.68º 0.59% 0.38% -
XYZ 6.66 9.6 3.42 -
YUV 79.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 64 96 39 0.33 0 0.59 0.62 93.68 0.42 0.26
Hex 40 60 27 21 0 3B 3E 5E 2A 1A
Octal 100 140 47 41 0 73 76 136 52 32
Binary 1000000 1100000 100111 100001 0 111011 111110 1011110 101010 11010

Color Harmonies of #406027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406027

Black with #406027

Text Example


Text Example

White with #406027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406027; }

 p { color: rgb(64,96,39); }

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

background-color css

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

 a { background-color: rgb(64,96,39); }

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

border-color css

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

 span { border-color: rgb(64,96,39); }

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