#3A863D

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

Shades of Japanese Laurel #3A863D

Tints of Japanese Laurel #3A863D

Color information

#3A863D (or 0x3A863D) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 86 and 3D. RGB value is (58,134,61). Sum of RGB (Red+Green+Blue) = 58+134+61=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #3A863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A863D is #C579C2. Grayscale: #676767. Windows color (decimal): -12941763 or 4032058. OLE color: 4032058.

HSL color Cylindrical-coordinate representation of color #3A863D: hue angle of 122.37º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A863D is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB5813461-
CMYK0.5700.540.47
HSL122.37º39.58%37.65%-
HSV(B)122.37º56.72%52.55%-
XYZ11.1118.297.36-
YUV102.95104.3295.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=22.92%
G=52.96%
B=24.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58134610.5700.540.47122.3739.5837.65
Hex3A863D390362F7a2826
Octal722067571066571725046
Binary1110101000011011110111100101101101011111111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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