Html Css Color HEX #404F29 Clover

📋 copy color: '#404F29'

red 64 ◦ green 79 ◦ blue 41

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

Shades of Clover #404F29

Tints of Clover #404F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.93%

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

R = 34.78%
G = 42.93%
B = 22.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#404F29 (or 0x404F29) is known color: Clover. HEX triplet: 40, 4F and 29. RGB value is (64,79,41). Sum of RGB (Red+Green+Blue) = 64+79+41=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #404F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F29 is #BFB0D6. Grayscale: #464646. Windows color (decimal): -12562647 or 2707264. OLE color: 2707264.

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

Color convert

RGB 64 79 41 -
CMYK 0.19 0 0.48 0.69
HSL 83.68º 0.32% 0.24% -
HSV(B) 83.68º 0.48% 0.31% -
XYZ 5.31 6.84 3.14 -
YUV 70.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 64 79 41 0.19 0 0.48 0.69 83.68 0.32 0.24
Hex 40 4F 29 13 0 30 45 54 20 18
Octal 100 117 51 23 0 60 105 124 40 30
Binary 1000000 1001111 101001 10011 0 110000 1000101 1010100 100000 11000

Color Harmonies of #404F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F29

Black with #404F29

Text Example


Text Example

White with #404F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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