#31853D

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

Shades of Japanese Laurel #31853D

Tints of Japanese Laurel #31853D

Color information

#31853D (or 0x31853D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 85 and 3D. RGB value is (49,133,61). Sum of RGB (Red+Green+Blue) = 49+133+61=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #31853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31853D is #CE7AC2. Grayscale: #636363. Windows color (decimal): -13531843 or 4031793. OLE color: 4031793.

HSL color Cylindrical-coordinate representation of color #31853D: hue angle of 128.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31853D is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB4913361-
CMYK0.6300.540.48
HSL128.57º46.15%35.69%-
HSV(B)128.57º63.16%52.16%-
XYZ10.517.767.29-
YUV99.68106.1791.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=20.16%
G=54.73%
B=25.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49133610.6300.540.48128.5746.1535.69
Hex31853D3F03630812e24
Octal612057577066602015644
Binary11000110000101111101111111011011011000010000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,133,61); }

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

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

 a { background-color: rgb(49,133,61); }

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

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

 span { border-color: rgb(49,133,61); }

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