#31763A

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

Shades of Japanese Laurel #31763A

Tints of Japanese Laurel #31763A

Color information

#31763A (or 0x31763A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 76 and 3A. RGB value is (49,118,58). Sum of RGB (Red+Green+Blue) = 49+118+58=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #31763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31763A is #CE89C5. Grayscale: #5A5A5A. Windows color (decimal): -13535686 or 3831345. OLE color: 3831345.

HSL color Cylindrical-coordinate representation of color #31763A: hue angle of 127.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31763A is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB4911858-
CMYK0.5800.510.54
HSL127.83º41.32%32.75%-
HSV(B)127.83º58.47%46.27%-
XYZ8.5113.926.24-
YUV90.53109.6498.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=21.78%
G=52.44%
B=25.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118580.5800.510.54127.8341.3232.75
Hex31763A3A03336802921
Octal611667272063662005141
Binary1100011110110111010111010011001111011010000000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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