#31873D

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

Shades of Japanese Laurel #31873D

Tints of Japanese Laurel #31873D

Color information

#31873D (or 0x31873D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 87 and 3D. RGB value is (49,135,61). Sum of RGB (Red+Green+Blue) = 49+135+61=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #31873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31873D is #CE78C2. Grayscale: #656565. Windows color (decimal): -13531331 or 4032305. OLE color: 4032305.

HSL color Cylindrical-coordinate representation of color #31873D: hue angle of 128.37º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31873D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB4913561-
CMYK0.6400.550.47
HSL128.37º46.74%36.08%-
HSV(B)128.37º63.7%52.94%-
XYZ10.7718.327.38-
YUV100.85105.5191.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=20%
G=55.10%
B=24.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135610.6400.550.47128.3746.7436.08
Hex31873D400372F802f24
Octal6120775100067572005744
Binary110001100001111111011000000011011110111110000000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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