#39703A

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

Shades of Japanese Laurel #39703A

Tints of Japanese Laurel #39703A

Color information

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

HSL color Cylindrical-coordinate representation of color #39703A: hue angle of 121.09º 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 #39703A is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB5711258-
CMYK0.4900.480.56
HSL121.09º32.54%33.14%-
HSV(B)121.09º49.11%43.92%-
XYZ8.2512.766.03-
YUV89.4110.28104.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112580.4900.480.56121.0932.5433.14
Hex39703A3103038792121
Octal711607261060701714141
Binary111001111000011101011000101100001110001111001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39703A; }

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

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

<style>
 a { background-color: #39703A; }

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

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

<style>
 span { border-color: #39703A; }

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

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