#415530

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

Shades of Clover #415530

Tints of Clover #415530

Color information

#415530 (or 0x415530) is unknown color: approx Clover. HEX triplet: 41, 55 and 30. RGB value is (65,85,48). Sum of RGB (Red+Green+Blue) = 65+85+48=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #415530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415530 is #BEAACF. Grayscale: #4A4A4A. Windows color (decimal): -12495568 or 3167553. OLE color: 3167553.

HSL color Cylindrical-coordinate representation of color #415530: hue angle of 92.43º 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 #415530 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB658548-
CMYK0.2400.440.67
HSL92.43º27.82%26.08%-
HSV(B)92.43º43.53%33.33%-
XYZ5.967.833.99-
YUV74.8112.87121.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=32.83%
G=42.93%
B=24.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585480.2400.440.6792.4327.8226.08
Hex4155301802C435c1c1a
Octal10112560300541031343432
Binary10000011010101110000110000101100100001110111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415530; }

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

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

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

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

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

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

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

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