Html Css Color HEX #404D2F Clover

📋 copy color: '#404D2F'

red 64 ◦ green 77 ◦ blue 47

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

Shades of Clover #404D2F

Tints of Clover #404D2F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.96%

 BLUE value IS 47 (18.75% from 255) = 25%

R = 34.04%
G = 40.96%
B = 25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#404D2F (or 0x404D2F) is known color: Clover. HEX triplet: 40, 4D and 2F. RGB value is (64,77,47). Sum of RGB (Red+Green+Blue) = 64+77+47=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #404D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D2F is #BFB2D0. Grayscale: #454545. Windows color (decimal): -12563153 or 3099968. OLE color: 3099968.

HSL color Cylindrical-coordinate representation of color #404D2F: hue angle of 86º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404D2F is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 77 47 -
CMYK 0.17 0 0.39 0.70
HSL 86º 0.24% 0.24% -
HSV(B) 86º 0.39% 0.3% -
XYZ 5.28 6.6 3.69 -
YUV 69.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 64 77 47 0.17 0 0.39 0.70 86 0.24 0.24
Hex 40 4D 2F 11 0 27 46 56 18 18
Octal 100 115 57 21 0 47 106 126 30 30
Binary 1000000 1001101 101111 10001 0 100111 1000110 1010110 11000 11000

Color Harmonies of #404D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D2F

Black with #404D2F

Text Example


Text Example

White with #404D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,77,47); }

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

background-color css

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

 a { background-color: rgb(64,77,47); }

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

border-color css

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

 span { border-color: rgb(64,77,47); }

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