#3A8A40

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

Shades of Japanese Laurel #3A8A40

Tints of Japanese Laurel #3A8A40

Color information

#3A8A40 (or 0x3A8A40) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 8A and 40. RGB value is (58,138,64). Sum of RGB (Red+Green+Blue) = 58+138+64=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8A40 is #C575BF. Grayscale: #696969. Windows color (decimal): -12940736 or 4229690. OLE color: 4229690.

HSL color Cylindrical-coordinate representation of color #3A8A40: hue angle of 124.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A40 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB5813864-
CMYK0.5800.540.46
HSL124.5º40.82%38.43%-
HSV(B)124.5º57.97%54.12%-
XYZ11.7619.457.98-
YUV105.64104.594.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 138 (54.30% from 255) = 53.08%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=22.31%
G=53.08%
B=24.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58138640.5800.540.46124.540.8238.43
Hex3A8A403A0362E7c2926
Octal7221210072066561745146
Binary11101010001010100000011101001101101011101111100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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