#31773D

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

Shades of Japanese Laurel #31773D

Tints of Japanese Laurel #31773D

Color information

#31773D (or 0x31773D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 77 and 3D. RGB value is (49,119,61). Sum of RGB (Red+Green+Blue) = 49+119+61=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #31773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31773D is #CE88C2. Grayscale: #5B5B5B. Windows color (decimal): -13535427 or 4028209. OLE color: 4028209.

HSL color Cylindrical-coordinate representation of color #31773D: hue angle of 130.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31773D is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB4911961-
CMYK0.5900.490.53
HSL130.29º41.67%32.94%-
HSV(B)130.29º58.82%46.67%-
XYZ8.7114.186.69-
YUV91.46110.8197.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=21.40%
G=51.97%
B=26.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119610.5900.490.53130.2941.6732.94
Hex31773D3B03135822a21
Octal611677573061652025241
Binary1100011110111111101111011011000111010110000010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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