#39763E

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

Shades of Japanese Laurel #39763E

Tints of Japanese Laurel #39763E

Color information

#39763E (or 0x39763E) is unknown color: approx Japanese Laurel. HEX triplet: 39, 76 and 3E. RGB value is (57,118,62). Sum of RGB (Red+Green+Blue) = 57+118+62=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #39763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39763E is #C689C1. Grayscale: #5D5D5D. Windows color (decimal): -13011394 or 4093497. OLE color: 4093497.

HSL color Cylindrical-coordinate representation of color #39763E: hue angle of 124.92º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39763E is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB5711862-
CMYK0.5200.470.54
HSL124.92º34.86%34.31%-
HSV(B)124.92º51.69%46.27%-
XYZ9.0414.176.82-
YUV93.38110.29102.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=24.05%
G=49.79%
B=26.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118620.5200.470.54124.9234.8634.31
Hex39763E3402F367d2322
Octal711667664057661754342
Binary111001111011011111011010001011111101101111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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