#31873C

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

Shades of Japanese Laurel #31873C

Tints of Japanese Laurel #31873C

Color information

#31873C (or 0x31873C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 87 and 3C. RGB value is (49,135,60). Sum of RGB (Red+Green+Blue) = 49+135+60=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #31873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31873C is #CE78C3. Grayscale: #646464. Windows color (decimal): -13531332 or 3966769. OLE color: 3966769.

HSL color Cylindrical-coordinate representation of color #31873C: hue angle of 127.67º 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 #31873C is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB4913560-
CMYK0.6400.560.47
HSL127.67º46.74%36.08%-
HSV(B)127.67º63.7%52.94%-
XYZ10.7518.317.24-
YUV100.74105.0191.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=20.08%
G=55.33%
B=24.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135600.6400.560.47127.6746.7436.08
Hex31873C400382F802f24
Octal6120774100070572005744
Binary110001100001111111001000000011100010111110000000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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