#39713F

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

Shades of Japanese Laurel #39713F

Tints of Japanese Laurel #39713F

Color information

#39713F (or 0x39713F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 71 and 3F. RGB value is (57,113,63). Sum of RGB (Red+Green+Blue) = 57+113+63=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #39713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39713F is #C68EC0. Grayscale: #5A5A5A. Windows color (decimal): -13012673 or 4157753. OLE color: 4157753.

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

Color convert

RGB5711363-
CMYK0.5000.440.56
HSL126.43º32.94%33.33%-
HSV(B)126.43º49.56%44.31%-
XYZ8.4913.046.77-
YUV90.56112.45104.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 63 (25% from 255) = 27.04%
R=24.46%
G=48.50%
B=27.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113630.5000.440.56126.4332.9433.33
Hex39713F3202C387e2121
Octal711617762054701764141
Binary111001111000111111111001001011001110001111110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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