#3A6E3D

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

Shades of Japanese Laurel #3A6E3D

Tints of Japanese Laurel #3A6E3D

Color information

#3A6E3D (or 0x3A6E3D) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 6E and 3D. RGB value is (58,110,61). Sum of RGB (Red+Green+Blue) = 58+110+61=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E3D is #C591C2. Grayscale: #595959. Windows color (decimal): -12947907 or 4025914. OLE color: 4025914.

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

Color convert

RGB5811061-
CMYK0.4700.450.57
HSL123.46º30.95%32.94%-
HSV(B)123.46º47.27%43.14%-
XYZ8.1612.396.38-
YUV88.87112.27105.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=25.33%
G=48.03%
B=26.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58110610.4700.450.57123.4630.9532.94
Hex3A6E3D2F02D397b1f21
Octal721567557055711733741
Binary11101011011101111011011110101101111001111101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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