#39793D

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

Shades of Japanese Laurel #39793D

Tints of Japanese Laurel #39793D

Color information

#39793D (or 0x39793D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 79 and 3D. RGB value is (57,121,61). Sum of RGB (Red+Green+Blue) = 57+121+61=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #39793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39793D is #C686C2. Grayscale: #5F5F5F. Windows color (decimal): -13010627 or 4028729. OLE color: 4028729.

HSL color Cylindrical-coordinate representation of color #39793D: hue angle of 123.75º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39793D is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB5712161-
CMYK0.5300.500.53
HSL123.75º35.96%34.9%-
HSV(B)123.75º52.89%47.45%-
XYZ9.3714.886.79-
YUV95.02108.8100.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=23.85%
G=50.63%
B=25.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121610.5300.500.53123.7535.9634.9
Hex39793D35032357c2423
Octal711717565062651744443
Binary111001111100111110111010101100101101011111100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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