#3A7732

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

Shades of Japanese Laurel #3A7732

Tints of Japanese Laurel #3A7732

Color information

#3A7732 (or 0x3A7732) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 77 and 32. RGB value is (58,119,50). Sum of RGB (Red+Green+Blue) = 58+119+50=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7732 is #C588CD. Grayscale: #5D5D5D. Windows color (decimal): -12945614 or 3307322. OLE color: 3307322.

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

Color convert

RGB5811950-
CMYK0.5100.580.53
HSL113.04º40.83%33.14%-
HSV(B)113.04º57.98%46.67%-
XYZ8.9214.325.31-
YUV92.9103.79103.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=25.55%
G=52.42%
B=22.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119500.5100.580.53113.0440.8333.14
Hex3A77323303A35712921
Octal721676263072651615141
Binary111010111011111001011001101110101101011110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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