#31752C

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

Shades of Japanese Laurel #31752C

Tints of Japanese Laurel #31752C

Color information

#31752C (or 0x31752C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 2C. RGB value is (49,117,44). Sum of RGB (Red+Green+Blue) = 49+117+44=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #31752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31752C is #CE8AD3. Grayscale: #585858. Windows color (decimal): -13535956 or 2913585. OLE color: 2913585.

HSL color Cylindrical-coordinate representation of color #31752C: hue angle of 115.89º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31752C is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB4911744-
CMYK0.5800.620.54
HSL115.89º45.34%31.57%-
HSV(B)115.89º62.39%45.88%-
XYZ8.0813.564.57-
YUV88.35102.9799.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 117 (46.09% from 255) = 55.71%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=23.33%
G=55.71%
B=20.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117440.5800.620.54115.8945.3431.57
Hex31752C3A03E36742d20
Octal611655472076661645540
Binary110001111010110110011101001111101101101110100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,117,44); }

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

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

 a { background-color: rgb(49,117,44); }

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

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

 span { border-color: rgb(49,117,44); }

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