#39763B

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

Shades of Japanese Laurel #39763B

Tints of Japanese Laurel #39763B

Color information

#39763B (or 0x39763B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 76 and 3B. RGB value is (57,118,59). Sum of RGB (Red+Green+Blue) = 57+118+59=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #39763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39763B is #C689C4. Grayscale: #5D5D5D. Windows color (decimal): -13011397 or 3896889. OLE color: 3896889.

HSL color Cylindrical-coordinate representation of color #39763B: hue angle of 121.97º 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 #39763B is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB5711859-
CMYK0.5200.500.54
HSL121.97º34.86%34.31%-
HSV(B)121.97º51.69%46.27%-
XYZ8.9614.146.4-
YUV93.04108.79102.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=24.36%
G=50.43%
B=25.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118590.5200.500.54121.9734.8634.31
Hex39763B34032367a2322
Octal711667364062661724342
Binary111001111011011101111010001100101101101111010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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