#41601B

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

Shades of Clover #41601B

Tints of Clover #41601B

Color information

#41601B (or 0x41601B) is unknown color: approx Clover. HEX triplet: 41, 60 and 1B. RGB value is (65,96,27). Sum of RGB (Red+Green+Blue) = 65+96+27=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #41601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41601B is #BE9FE4. Grayscale: #4F4F4F. Windows color (decimal): -12492773 or 1794113. OLE color: 1794113.

HSL color Cylindrical-coordinate representation of color #41601B: hue angle of 86.96º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41601B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB659627-
CMYK0.3200.720.62
HSL86.96º56.1%24.12%-
HSV(B)86.96º71.88%37.65%-
XYZ6.569.572.54-
YUV78.8698.73118.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=34.57%
G=51.06%
B=14.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596270.3200.720.6286.9656.124.12
Hex41601B200483E573818
Octal10114033400110761277030
Binary100000111000001101110000001001000111110101011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41601B; }

 p { color: rgb(65,96,27); }

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

<style>
 a { background-color: #41601B; }

 a { background-color: rgb(65,96,27); }

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

<style>
 span { border-color: #41601B; }

 span { border-color: rgb(65,96,27); }

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