#3A8640

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

Shades of Japanese Laurel #3A8640

Tints of Japanese Laurel #3A8640

Color information

#3A8640 (or 0x3A8640) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 86 and 40. RGB value is (58,134,64). Sum of RGB (Red+Green+Blue) = 58+134+64=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8640 is #C579BF. Grayscale: #676767. Windows color (decimal): -12941760 or 4228666. OLE color: 4228666.

HSL color Cylindrical-coordinate representation of color #3A8640: hue angle of 124.74º 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 #3A8640 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB5813464-
CMYK0.5700.520.47
HSL124.74º39.58%37.65%-
HSV(B)124.74º56.72%52.55%-
XYZ11.218.327.8-
YUV103.3105.8295.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 134 (52.73% from 255) = 52.34%
BLUE value IS 64 (25.39% from 255) = 25%
R=22.66%
G=52.34%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58134640.5700.520.47124.7439.5837.65
Hex3A8640390342F7d2826
Octal7220610071064571755046
Binary11101010000110100000011100101101001011111111101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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