#31782C

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

Shades of Japanese Laurel #31782C

Tints of Japanese Laurel #31782C

Color information

#31782C (or 0x31782C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 78 and 2C. RGB value is (49,120,44). Sum of RGB (Red+Green+Blue) = 49+120+44=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #31782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31782C is #CE87D3. Grayscale: #5A5A5A. Windows color (decimal): -13535188 or 2914353. OLE color: 2914353.

HSL color Cylindrical-coordinate representation of color #31782C: hue angle of 116.05º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31782C is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB4912044-
CMYK0.5900.630.53
HSL116.05º46.34%32.16%-
HSV(B)116.05º63.33%47.06%-
XYZ8.4414.274.69-
YUV90.11101.9898.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=23.00%
G=56.34%
B=20.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120440.5900.630.53116.0546.3432.16
Hex31782C3B03F35742e20
Octal611705473077651645640
Binary110001111100010110011101101111111101011110100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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