Html Css Color HEX #404C2F Clover

📋 copy color: '#404C2F'

red 64 ◦ green 76 ◦ blue 47

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

Shades of Clover #404C2F

Tints of Clover #404C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

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

R = 34.22%
G = 40.64%
B = 25.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#404C2F (or 0x404C2F) is known color: Clover. HEX triplet: 40, 4C and 2F. RGB value is (64,76,47). Sum of RGB (Red+Green+Blue) = 64+76+47=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #404C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C2F is #BFB3D0. Grayscale: #454545. Windows color (decimal): -12563409 or 3099712. OLE color: 3099712.

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

Color convert

RGB 64 76 47 -
CMYK 0.16 0 0.38 0.70
HSL 84.83º 0.24% 0.24% -
HSV(B) 84.83º 0.38% 0.3% -
XYZ 5.21 6.46 3.66 -
YUV 69.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 64 76 47 0.16 0 0.38 0.70 84.83 0.24 0.24
Hex 40 4C 2F 10 0 26 46 55 18 18
Octal 100 114 57 20 0 46 106 125 30 30
Binary 1000000 1001100 101111 10000 0 100110 1000110 1010101 11000 11000

Color Harmonies of #404C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C2F

Black with #404C2F

Text Example


Text Example

White with #404C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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