Html Css Color HEX #405029 Clover

📋 copy color: '#405029'

red 64 ◦ green 80 ◦ blue 41

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

Shades of Clover #405029

Tints of Clover #405029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 41 (16.41% from 255) = 22.16%

R = 34.59%
G = 43.24%
B = 22.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#405029 (or 0x405029) is known color: Clover. HEX triplet: 40, 50 and 29. RGB value is (64,80,41). Sum of RGB (Red+Green+Blue) = 64+80+41=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #405029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405029 is #BFAFD6. Grayscale: #464646. Windows color (decimal): -12562391 or 2707520. OLE color: 2707520.

HSL color Cylindrical-coordinate representation of color #405029: hue angle of 84.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #405029 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 41 -
CMYK 0.20 0 0.49 0.69
HSL 84.62º 0.32% 0.24% -
HSV(B) 84.62º 0.49% 0.31% -
XYZ 5.38 6.99 3.16 -
YUV 70.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 64 80 41 0.20 0 0.49 0.69 84.62 0.32 0.24
Hex 40 50 29 14 0 31 45 55 20 18
Octal 100 120 51 24 0 61 105 125 40 30
Binary 1000000 1010000 101001 10100 0 110001 1000101 1010101 100000 11000

Color Harmonies of #405029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405029

Black with #405029

Text Example


Text Example

White with #405029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405029; }

 p { color: rgb(64,80,41); }

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

background-color css

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

 a { background-color: rgb(64,80,41); }

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

border-color css

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

 span { border-color: rgb(64,80,41); }

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