#3A7332

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

Shades of Japanese Laurel #3A7332

Tints of Japanese Laurel #3A7332

Color information

#3A7332 (or 0x3A7332) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 73 and 32. RGB value is (58,115,50). Sum of RGB (Red+Green+Blue) = 58+115+50=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7332 is #C58CCD. Grayscale: #5A5A5A. Windows color (decimal): -12946638 or 3306298. OLE color: 3306298.

HSL color Cylindrical-coordinate representation of color #3A7332: hue angle of 112.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7332 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB5811550-
CMYK0.5000.570.55
HSL112.62º39.39%32.35%-
HSV(B)112.62º56.52%45.1%-
XYZ8.4513.395.16-
YUV90.55105.12104.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 115 (45.31% from 255) = 51.57%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=26.01%
G=51.57%
B=22.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115500.5000.570.55112.6239.3932.35
Hex3A73323203937712720
Octal721636262071671614740
Binary111010111001111001011001001110011101111110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,50); }

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

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

 a { background-color: rgb(58,115,50); }

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

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

 span { border-color: rgb(58,115,50); }

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