#39733C

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

Shades of Japanese Laurel #39733C

Tints of Japanese Laurel #39733C

Color information

#39733C (or 0x39733C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 73 and 3C. RGB value is (57,115,60). Sum of RGB (Red+Green+Blue) = 57+115+60=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #39733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39733C is #C68CC3. Grayscale: #5B5B5B. Windows color (decimal): -13012164 or 3961657. OLE color: 3961657.

HSL color Cylindrical-coordinate representation of color #39733C: hue angle of 123.1º degrees, saturation: 0.34, 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 #39733C is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB5711560-
CMYK0.5000.480.55
HSL123.1º33.72%33.73%-
HSV(B)123.1º50.43%45.1%-
XYZ8.6313.466.42-
YUV91.39110.28103.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=24.57%
G=49.57%
B=25.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115600.5000.480.55123.133.7233.73
Hex39733C32030377b2222
Octal711637462060671734242
Binary111001111001111110011001001100001101111111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39733C; }

 p { color: rgb(57,115,60); }

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

<style>
 a { background-color: #39733C; }

 a { background-color: rgb(57,115,60); }

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

<style>
 span { border-color: #39733C; }

 span { border-color: rgb(57,115,60); }

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