Html Css Color HEX #406928 Dell

📋 copy color: '#406928'

red 64 ◦ green 105 ◦ blue 40

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

Shades of Dell #406928

Tints of Dell #406928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 30.62%
G = 50.24%
B = 19.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#406928 (or 0x406928) is known color: Dell. HEX triplet: 40, 69 and 28. RGB value is (64,105,40). Sum of RGB (Red+Green+Blue) = 64+105+40=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #406928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406928 is #BF96D7. Grayscale: #555555. Windows color (decimal): -12555992 or 2648384. OLE color: 2648384.

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

Color convert

RGB 64 105 40 -
CMYK 0.39 0 0.62 0.59
HSL 97.85º 0.45% 0.28% -
HSV(B) 97.85º 0.62% 0.41% -
XYZ 7.55 11.35 3.8 -
YUV 85.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 64 105 40 0.39 0 0.62 0.59 97.85 0.45 0.28
Hex 40 69 28 27 0 3E 3B 62 2D 1C
Octal 100 151 50 47 0 76 73 142 55 34
Binary 1000000 1101001 101000 100111 0 111110 111011 1100010 101101 11100

Color Harmonies of #406928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406928

Black with #406928

Text Example


Text Example

White with #406928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406928; }

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

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

background-color css

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

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

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

border-color css

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

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

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