#3A8D3E

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

Shades of Japanese Laurel #3A8D3E

Tints of Japanese Laurel #3A8D3E

Color information

#3A8D3E (or 0x3A8D3E) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 8D and 3E. RGB value is (58,141,62). Sum of RGB (Red+Green+Blue) = 58+141+62=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8D3E is #C572C1. Grayscale: #6B6B6B. Windows color (decimal): -12939970 or 4099386. OLE color: 4099386.

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

Color convert

RGB5814162-
CMYK0.5900.560.45
HSL122.89º41.71%39.02%-
HSV(B)122.89º58.87%55.29%-
XYZ12.1420.37.84-
YUV107.18102.592.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 141 (55.47% from 255) = 54.02%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=22.22%
G=54.02%
B=23.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58141620.5900.560.45122.8941.7139.02
Hex3A8D3E3B0382D7b2a27
Octal722157673070551735247
Binary1110101000110111111011101101110001011011111011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,141,62); }

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

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

 a { background-color: rgb(58,141,62); }

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

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

 span { border-color: rgb(58,141,62); }

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