#3A7039

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

Shades of Japanese Laurel #3A7039

Tints of Japanese Laurel #3A7039

Color information

#3A7039 (or 0x3A7039) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 70 and 39. RGB value is (58,112,57). Sum of RGB (Red+Green+Blue) = 58+112+57=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7039 is #C58FC6. Grayscale: #595959. Windows color (decimal): -12947399 or 3764282. OLE color: 3764282.

HSL color Cylindrical-coordinate representation of color #3A7039: hue angle of 118.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7039 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB5811257-
CMYK0.4800.490.56
HSL118.91º32.54%33.14%-
HSV(B)118.91º49.11%43.92%-
XYZ8.2812.785.9-
YUV89.58109.61105.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=25.55%
G=49.34%
B=25.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112570.4800.490.56118.9132.5433.14
Hex3A70393003138772121
Octal721607160061701674141
Binary111010111000011100111000001100011110001110111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,57); }

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

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

 a { background-color: rgb(58,112,57); }

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

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

 span { border-color: rgb(58,112,57); }

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