Html Css Color HEX #406019 Clover

📋 copy color: '#406019'

red 64 ◦ green 96 ◦ blue 25

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

Shades of Clover #406019

Tints of Clover #406019

RGB

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

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

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

R = 34.59%
G = 51.89%
B = 13.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#406019 (or 0x406019) is known color: Clover. HEX triplet: 40, 60 and 19. RGB value is (64,96,25). Sum of RGB (Red+Green+Blue) = 64+96+25=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #406019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406019 is #BF9FE6. Grayscale: #4E4E4E. Windows color (decimal): -12558311 or 1663040. OLE color: 1663040.

HSL color Cylindrical-coordinate representation of color #406019: hue angle of 87.04º 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 #406019 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 25 -
CMYK 0.33 0 0.74 0.62
HSL 87.04º 0.59% 0.24% -
HSV(B) 87.04º 0.74% 0.38% -
XYZ 6.47 9.53 2.42 -
YUV 78.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 64 96 25 0.33 0 0.74 0.62 87.04 0.59 0.24
Hex 40 60 19 21 0 4A 3E 57 3B 18
Octal 100 140 31 41 0 112 76 127 73 30
Binary 1000000 1100000 11001 100001 0 1001010 111110 1010111 111011 11000

Color Harmonies of #406019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406019

Black with #406019

Text Example


Text Example

White with #406019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406019; }

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

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

background-color css

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

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

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

border-color css

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

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

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