#39713E

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

Shades of Japanese Laurel #39713E

Tints of Japanese Laurel #39713E

Color information

#39713E (or 0x39713E) is unknown color: approx Japanese Laurel. HEX triplet: 39, 71 and 3E. RGB value is (57,113,62). Sum of RGB (Red+Green+Blue) = 57+113+62=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #39713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39713E is #C68EC1. Grayscale: #5A5A5A. Windows color (decimal): -13012674 or 4092217. OLE color: 4092217.

HSL color Cylindrical-coordinate representation of color #39713E: hue angle of 125.36º 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 #39713E is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB5711362-
CMYK0.5000.450.56
HSL125.36º32.94%33.33%-
HSV(B)125.36º49.56%44.31%-
XYZ8.4613.036.63-
YUV90.44111.95104.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=24.57%
G=48.71%
B=26.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113620.5000.450.56125.3632.9433.33
Hex39713E3202D387d2121
Octal711617662055701754141
Binary111001111000111111011001001011011110001111101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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