#41552A

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

Shades of Clover #41552A

Tints of Clover #41552A

Color information

#41552A (or 0x41552A) is unknown color: approx Clover. HEX triplet: 41, 55 and 2A. RGB value is (65,85,42). Sum of RGB (Red+Green+Blue) = 65+85+42=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #41552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41552A is #BEAAD5. Grayscale: #4A4A4A. Windows color (decimal): -12495574 or 2774337. OLE color: 2774337.

HSL color Cylindrical-coordinate representation of color #41552A: hue angle of 87.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41552A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB658542-
CMYK0.2400.510.67
HSL87.91º33.86%24.9%-
HSV(B)87.91º50.59%33.33%-
XYZ5.857.793.39-
YUV74.12109.87121.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=33.85%
G=44.27%
B=21.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585420.2400.510.6787.9133.8624.9
Hex41552A1803343582219
Octal10112552300631031304231
Binary100000110101011010101100001100111000011101100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41552A; }

 p { color: rgb(65,85,42); }

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

<style>
 a { background-color: #41552A; }

 a { background-color: rgb(65,85,42); }

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

<style>
 span { border-color: #41552A; }

 span { border-color: rgb(65,85,42); }

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