#414B33

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

Shades of Clover #414B33

Tints of Clover #414B33

Color information

#414B33 (or 0x414B33) is unknown color: approx Clover. HEX triplet: 41, 4B and 33. RGB value is (65,75,51). Sum of RGB (Red+Green+Blue) = 65+75+51=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #414B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B33 is #BEB4CC. Grayscale: #454545. Windows color (decimal): -12498125 or 3361601. OLE color: 3361601.

HSL color Cylindrical-coordinate representation of color #414B33: hue angle of 85º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414B33 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB657551-
CMYK0.1300.320.71
HSL85º19.05%24.71%-
HSV(B)85º32%29.41%-
XYZ5.296.394.09-
YUV69.27117.69124.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=34.03%
G=39.27%
B=26.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575510.1300.320.718519.0524.71
Hex414B33D02047551319
Octal10111363150401071252331
Binary1000001100101111001111010100000100011110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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