#31793A

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

Shades of Japanese Laurel #31793A

Tints of Japanese Laurel #31793A

Color information

#31793A (or 0x31793A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 79 and 3A. RGB value is (49,121,58). Sum of RGB (Red+Green+Blue) = 49+121+58=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #31793A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31793A is #CE86C5. Grayscale: #5C5C5C. Windows color (decimal): -13534918 or 3832113. OLE color: 3832113.

HSL color Cylindrical-coordinate representation of color #31793A: hue angle of 127.5º 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 #31793A is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB4912158-
CMYK0.6000.520.53
HSL127.5º42.35%33.33%-
HSV(B)127.5º59.5%47.45%-
XYZ8.8714.636.36-
YUV92.29108.6597.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=21.49%
G=53.07%
B=25.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121580.6000.520.53127.542.3533.33
Hex31793A3C03435802a21
Octal611717274064652005241
Binary1100011111001111010111100011010011010110000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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