#3A7632

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

Shades of Japanese Laurel #3A7632

Tints of Japanese Laurel #3A7632

Color information

#3A7632 (or 0x3A7632) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 76 and 32. RGB value is (58,118,50). Sum of RGB (Red+Green+Blue) = 58+118+50=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7632 is #C589CD. Grayscale: #5C5C5C. Windows color (decimal): -12945870 or 3307066. OLE color: 3307066.

HSL color Cylindrical-coordinate representation of color #3A7632: hue angle of 112.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A7632 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB5811850-
CMYK0.5100.580.54
HSL112.94º40.48%32.94%-
HSV(B)112.94º57.63%46.27%-
XYZ8.814.095.27-
YUV92.31104.12103.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=25.66%
G=52.21%
B=22.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118500.5100.580.54112.9440.4832.94
Hex3A76323303A36712821
Octal721666263072661615041
Binary111010111011011001011001101110101101101110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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