#39753B

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

Shades of Japanese Laurel #39753B

Tints of Japanese Laurel #39753B

Color information

#39753B (or 0x39753B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 75 and 3B. RGB value is (57,117,59). Sum of RGB (Red+Green+Blue) = 57+117+59=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #39753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39753B is #C68AC4. Grayscale: #5C5C5C. Windows color (decimal): -13011653 or 3896633. OLE color: 3896633.

HSL color Cylindrical-coordinate representation of color #39753B: hue angle of 122º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39753B is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB5711759-
CMYK0.5100.500.54
HSL122º34.48%34.12%-
HSV(B)122º51.28%45.88%-
XYZ8.8413.916.36-
YUV92.45109.12102.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=24.46%
G=50.21%
B=25.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117590.5100.500.5412234.4834.12
Hex39753B33032367a2222
Octal711657363062661724242
Binary111001111010111101111001101100101101101111010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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