#3A6E37

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

Shades of Japanese Laurel #3A6E37

Tints of Japanese Laurel #3A6E37

Color information

#3A6E37 (or 0x3A6E37) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 6E and 37. RGB value is (58,110,55). Sum of RGB (Red+Green+Blue) = 58+110+55=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E37 is #C591C8. Grayscale: #585858. Windows color (decimal): -12947913 or 3632698. OLE color: 3632698.

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

Color convert

RGB5811055-
CMYK0.4700.50.57
HSL116.73º33.33%32.35%-
HSV(B)116.73º50%43.14%-
XYZ8.0112.335.57-
YUV88.18109.27106.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 55 (21.88% from 255) = 24.66%
R=26.01%
G=49.33%
B=24.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58110550.4700.50.57116.7333.3332.35
Hex3A6E372F03239752120
Octal721566757062711654140
Binary111010110111011011110111101100101110011110101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,110,55); }

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

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

 a { background-color: rgb(58,110,55); }

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

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

 span { border-color: rgb(58,110,55); }

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