Html Css Color HEX #406127 Dell

📋 copy color: '#406127'

red 64 ◦ green 97 ◦ blue 39

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

Shades of Dell #406127

Tints of Dell #406127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.5%

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

R = 32%
G = 48.5%
B = 19.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#406127 (or 0x406127) is known color: Dell. HEX triplet: 40, 61 and 27. RGB value is (64,97,39). Sum of RGB (Red+Green+Blue) = 64+97+39=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #406127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406127 is #BF9ED8. Grayscale: #505050. Windows color (decimal): -12558041 or 2580800. OLE color: 2580800.

HSL color Cylindrical-coordinate representation of color #406127: hue angle of 94.14º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #406127 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 39 -
CMYK 0.34 0 0.60 0.62
HSL 94.14º 0.43% 0.27% -
HSV(B) 94.14º 0.6% 0.38% -
XYZ 6.76 9.79 3.45 -
YUV 80.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 64 97 39 0.34 0 0.60 0.62 94.14 0.43 0.27
Hex 40 61 27 22 0 3C 3E 5E 2B 1B
Octal 100 141 47 42 0 74 76 136 53 33
Binary 1000000 1100001 100111 100010 0 111100 111110 1011110 101011 11011

Color Harmonies of #406127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406127

Black with #406127

Text Example


Text Example

White with #406127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406127; }

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

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

background-color css

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

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

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

border-color css

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

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

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