#3A8436

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

Shades of Japanese Laurel #3A8436

Tints of Japanese Laurel #3A8436

Color information

#3A8436 (or 0x3A8436) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 84 and 36. RGB value is (58,132,54). Sum of RGB (Red+Green+Blue) = 58+132+54=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8436 is #C57BC9. Grayscale: #656565. Windows color (decimal): -12942282 or 3572794. OLE color: 3572794.

HSL color Cylindrical-coordinate representation of color #3A8436: hue angle of 116.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8436 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB5813254-
CMYK0.5600.590.48
HSL116.92º41.94%36.47%-
HSV(B)116.92º59.09%51.76%-
XYZ10.6617.676.34-
YUV100.98101.4897.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 132 (51.95% from 255) = 54.10%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=23.77%
G=54.10%
B=22.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58132540.5600.590.48116.9241.9436.47
Hex3A84363803B30752a24
Octal722046670073601655244
Binary1110101000010011011011100001110111100001110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,132,54); }

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

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

 a { background-color: rgb(58,132,54); }

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

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

 span { border-color: rgb(58,132,54); }

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