#3A8B40

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

Shades of Japanese Laurel #3A8B40

Tints of Japanese Laurel #3A8B40

Color information

#3A8B40 (or 0x3A8B40) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 8B and 40. RGB value is (58,139,64). Sum of RGB (Red+Green+Blue) = 58+139+64=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8B40 is #C574BF. Grayscale: #6A6A6A. Windows color (decimal): -12940480 or 4229946. OLE color: 4229946.

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

Color convert

RGB5813964-
CMYK0.5800.540.45
HSL124.44º41.12%38.63%-
HSV(B)124.44º58.27%54.51%-
XYZ11.919.738.03-
YUV106.23104.1693.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 139 (54.69% from 255) = 53.26%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=22.22%
G=53.26%
B=24.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58139640.5800.540.45124.4441.1238.63
Hex3A8B403A0362D7c2927
Octal7221310072066551745147
Binary11101010001011100000011101001101101011011111100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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