#414C33

Color #414C33 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #414C33

Tints of Clover #414C33

Color information

#414C33 (or 0x414C33) is unknown color: approx Clover. HEX triplet: 41, 4C and 33. RGB value is (65,76,51). Sum of RGB (Red+Green+Blue) = 65+76+51=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #414C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C33 is #BEB3CC. Grayscale: #454545. Windows color (decimal): -12497869 or 3361857. OLE color: 3361857.

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

Color convert

RGB657651-
CMYK0.1400.330.70
HSL86.4º19.69%24.9%-
HSV(B)86.4º32.89%29.8%-
XYZ5.366.534.11-
YUV69.86117.36124.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=33.85%
G=39.58%
B=26.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6576510.1400.330.7086.419.6924.9
Hex414C33E02146561419
Octal10111463160411061262431
Binary1000001100110011001111100100001100011010101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #414C33;
 }
 .AnyTagClassName
 {
   color: #414C33;
 }
</style>
background-color css

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

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

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

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

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

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