#3a5a17

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

Shades of Clover #3A5A17

Tints of Clover #3A5A17

Color information

#3A5A17 (or 0x3A5A17) is unknown color: approx Clover. HEX triplet: 3A, 5A and 17. RGB value is (58,90,23). Sum of RGB (Red+Green+Blue) = 58+90+23=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5A17 is #C5A5E8. Grayscale: #494949. Windows color (decimal): -12953065 or 1530426. OLE color: 1530426.

HSL color Cylindrical-coordinate representation of color #3A5A17: hue angle of 88.66º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A5A17 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB589023-
CMYK0.3600.740.65
HSL88.66º59.29%22.16%-
HSV(B)88.66º74.44%35.29%-
XYZ5.568.272.11-
YUV72.7999.9117.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 90 (35.55% from 255) = 52.63%
BLUE value IS 23 (9.38% from 255) = 13.45%
R=33.92%
G=52.63%
B=13.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5890230.3600.740.6588.6659.2922.16
Hex3A5A172404A41593b16
Octal72132274401121011317326
Binary111010101101010111100100010010101000001101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a5a17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3a5a17; }

 p { color: rgb(58,90,23); }

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

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

 a { background-color: rgb(58,90,23); }

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

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

 span { border-color: rgb(58,90,23); }

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