#39723F

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

Shades of Japanese Laurel #39723F

Tints of Japanese Laurel #39723F

Color information

#39723F (or 0x39723F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 72 and 3F. RGB value is (57,114,63). Sum of RGB (Red+Green+Blue) = 57+114+63=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #39723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39723F is #C68DC0. Grayscale: #5B5B5B. Windows color (decimal): -13012417 or 4158009. OLE color: 4158009.

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

Color convert

RGB5711463-
CMYK0.5000.450.55
HSL126.32º33.33%33.53%-
HSV(B)126.32º50%44.71%-
XYZ8.613.266.81-
YUV91.14112.12103.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 63 (25% from 255) = 26.92%
R=24.36%
G=48.72%
B=26.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114630.5000.450.55126.3233.3333.53
Hex39723F3202D377e2122
Octal711627762055671764142
Binary111001111001011111111001001011011101111111110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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