Html Css Color HEX #414C31 Clover

📋 copy color: '#414C31'

red 65 ◦ green 76 ◦ blue 49

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

Shades of Clover #414C31

Tints of Clover #414C31

RGB

 RED value IS 65 (25.78% from 255) = 34.21%

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

 BLUE value IS 49 (19.53% from 255) = 25.79%

R = 34.21%
G = 40%
B = 25.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#414C31 (or 0x414C31) is known color: Clover. HEX triplet: 41, 4C and 31. RGB value is (65,76,49). Sum of RGB (Red+Green+Blue) = 65+76+49=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #414C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C31 is #BEB3CE. Grayscale: #454545. Windows color (decimal): -12497871 or 3230785. OLE color: 3230785.

HSL color Cylindrical-coordinate representation of color #414C31: hue angle of 84.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414C31 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 76 49 -
CMYK 0.14 0 0.36 0.70
HSL 84.44º 0.22% 0.25% -
HSV(B) 84.44º 0.36% 0.3% -
XYZ 5.32 6.51 3.88 -
YUV 69.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 65 76 49 0.14 0 0.36 0.70 84.44 0.22 0.25
Hex 41 4C 31 E 0 24 46 54 16 19
Octal 101 114 61 16 0 44 106 124 26 31
Binary 1000001 1001100 110001 1110 0 100100 1000110 1010100 10110 11001

Color Harmonies of #414C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C31

Black with #414C31

Text Example


Text Example

White with #414C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414C31; }

 p { color: rgb(65,76,49); }

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

background-color css

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

 a { background-color: rgb(65,76,49); }

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

border-color css

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

 span { border-color: rgb(65,76,49); }

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