#39723D

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

Shades of Japanese Laurel #39723D

Tints of Japanese Laurel #39723D

Color information

#39723D (or 0x39723D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 72 and 3D. RGB value is (57,114,61). Sum of RGB (Red+Green+Blue) = 57+114+61=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #39723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39723D is #C68DC2. Grayscale: #5B5B5B. Windows color (decimal): -13012419 or 4026937. OLE color: 4026937.

HSL color Cylindrical-coordinate representation of color #39723D: hue angle of 124.21º 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 #39723D is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB5711461-
CMYK0.5000.460.55
HSL124.21º33.33%33.53%-
HSV(B)124.21º50%44.71%-
XYZ8.5513.246.52-
YUV90.92111.12103.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=24.57%
G=49.14%
B=26.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114610.5000.460.55124.2133.3333.53
Hex39723D3202E377c2122
Octal711627562056671744142
Binary111001111001011110111001001011101101111111100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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