#41542F

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

Shades of Clover #41542F

Tints of Clover #41542F

Color information

#41542F (or 0x41542F) is unknown color: approx Clover. HEX triplet: 41, 54 and 2F. RGB value is (65,84,47). Sum of RGB (Red+Green+Blue) = 65+84+47=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #41542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41542F is #BEABD0. Grayscale: #4A4A4A. Windows color (decimal): -12495825 or 3101761. OLE color: 3101761.

HSL color Cylindrical-coordinate representation of color #41542F: hue angle of 90.81º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41542F is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB658447-
CMYK0.2300.440.67
HSL90.81º28.24%25.69%-
HSV(B)90.81º44.05%32.94%-
XYZ5.867.673.86-
YUV74.1112.71121.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=33.16%
G=42.86%
B=23.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584470.2300.440.6790.8128.2425.69
Hex41542F1702C435b1c1a
Octal10112457270541031333432
Binary10000011010100101111101110101100100001110110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41542F; }

 p { color: rgb(65,84,47); }

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

<style>
 a { background-color: #41542F; }

 a { background-color: rgb(65,84,47); }

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

<style>
 span { border-color: #41542F; }

 span { border-color: rgb(65,84,47); }

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