#31793F

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

Shades of Japanese Laurel #31793F

Tints of Japanese Laurel #31793F

Color information

#31793F (or 0x31793F) is unknown color: approx Japanese Laurel. HEX triplet: 31, 79 and 3F. RGB value is (49,121,63). Sum of RGB (Red+Green+Blue) = 49+121+63=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #31793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31793F is #CE86C0. Grayscale: #5D5D5D. Windows color (decimal): -13534913 or 4159793. OLE color: 4159793.

HSL color Cylindrical-coordinate representation of color #31793F: hue angle of 131.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31793F is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB4912163-
CMYK0.6000.480.53
HSL131.67º42.35%33.33%-
HSV(B)131.67º59.5%47.45%-
XYZ914.697.06-
YUV92.86111.1596.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 63 (25% from 255) = 27.04%
R=21.03%
G=51.93%
B=27.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121630.6000.480.53131.6742.3533.33
Hex31793F3C03035842a21
Octal611717774060652045241
Binary1100011111001111111111100011000011010110000100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31793F; }

 p { color: rgb(49,121,63); }

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

<style>
 a { background-color: #31793F; }

 a { background-color: rgb(49,121,63); }

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

<style>
 span { border-color: #31793F; }

 span { border-color: rgb(49,121,63); }

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