#3A7736

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

Shades of Japanese Laurel #3A7736

Tints of Japanese Laurel #3A7736

Color information

#3A7736 (or 0x3A7736) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 77 and 36. RGB value is (58,119,54). Sum of RGB (Red+Green+Blue) = 58+119+54=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7736 is #C588C9. Grayscale: #5D5D5D. Windows color (decimal): -12945610 or 3569466. OLE color: 3569466.

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

Color convert

RGB5811954-
CMYK0.5100.550.53
HSL116.31º37.57%33.92%-
HSV(B)116.31º54.62%46.67%-
XYZ9.0114.365.79-
YUV93.35105.79102.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.11%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=25.11%
G=51.52%
B=23.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119540.5100.550.53116.3137.5733.92
Hex3A77363303735742622
Octal721676663067651644642
Binary111010111011111011011001101101111101011110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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