Html Css Color HEX #406219 Dell

📋 copy color: '#406219'

red 64 ◦ green 98 ◦ blue 25

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

Shades of Dell #406219

Tints of Dell #406219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.41%

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 34.22%
G = 52.41%
B = 13.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#406219 (or 0x406219) is known color: Dell. HEX triplet: 40, 62 and 19. RGB value is (64,98,25). Sum of RGB (Red+Green+Blue) = 64+98+25=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #406219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406219 is #BF9DE6. Grayscale: #4F4F4F. Windows color (decimal): -12557799 or 1663552. OLE color: 1663552.

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

Color convert

RGB 64 98 25 -
CMYK 0.35 0 0.74 0.62
HSL 87.95º 0.59% 0.24% -
HSV(B) 87.95º 0.74% 0.38% -
XYZ 6.66 9.9 2.48 -
YUV 79.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 64 98 25 0.35 0 0.74 0.62 87.95 0.59 0.24
Hex 40 62 19 23 0 4A 3E 58 3B 18
Octal 100 142 31 43 0 112 76 130 73 30
Binary 1000000 1100010 11001 100011 0 1001010 111110 1011000 111011 11000

Color Harmonies of #406219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406219

Black with #406219

Text Example


Text Example

White with #406219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406219; }

 p { color: rgb(64,98,25); }

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

background-color css

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

 a { background-color: rgb(64,98,25); }

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

border-color css

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

 span { border-color: rgb(64,98,25); }

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