#3A6D39

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

Shades of Japanese Laurel #3A6D39

Tints of Japanese Laurel #3A6D39

Color information

#3A6D39 (or 0x3A6D39) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 6D and 39. RGB value is (58,109,57). Sum of RGB (Red+Green+Blue) = 58+109+57=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D39 is #C592C6. Grayscale: #575757. Windows color (decimal): -12948167 or 3763514. OLE color: 3763514.

HSL color Cylindrical-coordinate representation of color #3A6D39: hue angle of 118.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6D39 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.

Color convert

RGB5810957-
CMYK0.4700.480.57
HSL118.85º31.33%32.55%-
HSV(B)118.85º47.71%42.75%-
XYZ7.9512.135.79-
YUV87.82110.6106.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 109 (42.97% from 255) = 48.66%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=25.89%
G=48.66%
B=25.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109570.4700.480.57118.8531.3332.55
Hex3A6D392F03039771f21
Octal721557157060711673741
Binary11101011011011110011011110110000111001111011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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