#3A7C39

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

Shades of Japanese Laurel #3A7C39

Tints of Japanese Laurel #3A7C39

Color information

#3A7C39 (or 0x3A7C39) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7C and 39. RGB value is (58,124,57). Sum of RGB (Red+Green+Blue) = 58+124+57=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C39 is #C583C6. Grayscale: #606060. Windows color (decimal): -12944327 or 3767354. OLE color: 3767354.

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

Color convert

RGB5812457-
CMYK0.5300.540.51
HSL119.1º37.02%35.49%-
HSV(B)119.1º54.03%48.63%-
XYZ9.6915.616.37-
YUV96.63105.63100.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 124 (48.83% from 255) = 51.88%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=24.27%
G=51.88%
B=23.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124570.5300.540.51119.137.0235.49
Hex3A7C393503633772523
Octal721747165066631674543
Binary111010111110011100111010101101101100111110111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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