#39703F

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

Shades of Japanese Laurel #39703F

Tints of Japanese Laurel #39703F

Color information

#39703F (or 0x39703F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 70 and 3F. RGB value is (57,112,63). Sum of RGB (Red+Green+Blue) = 57+112+63=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #39703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39703F is #C68FC0. Grayscale: #5A5A5A. Windows color (decimal): -13012929 or 4157497. OLE color: 4157497.

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

Color convert

RGB5711263-
CMYK0.4900.440.56
HSL126.55º32.54%33.14%-
HSV(B)126.55º49.11%43.92%-
XYZ8.3812.826.73-
YUV89.97112.78104.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 63 (25% from 255) = 27.16%
R=24.57%
G=48.28%
B=27.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112630.4900.440.56126.5532.5433.14
Hex39703F3102C387f2121
Octal711607761054701774141
Binary111001111000011111111000101011001110001111111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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