#3A7C36

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

Shades of Japanese Laurel #3A7C36

Tints of Japanese Laurel #3A7C36

Color information

#3A7C36 (or 0x3A7C36) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7C and 36. RGB value is (58,124,54). Sum of RGB (Red+Green+Blue) = 58+124+54=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C36 is #C583C9. Grayscale: #606060. Windows color (decimal): -12944330 or 3570746. OLE color: 3570746.

HSL color Cylindrical-coordinate representation of color #3A7C36: hue angle of 116.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A7C36 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB5812454-
CMYK0.5300.560.51
HSL116.57º39.33%34.9%-
HSV(B)116.57º56.45%48.63%-
XYZ9.6215.585.99-
YUV96.29104.13100.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.58%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=24.58%
G=52.54%
B=22.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124540.5300.560.51116.5739.3334.9
Hex3A7C363503833752723
Octal721746665070631654743
Binary111010111110011011011010101110001100111110101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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