#31753B

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

Shades of Japanese Laurel #31753B

Tints of Japanese Laurel #31753B

Color information

#31753B (or 0x31753B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 3B. RGB value is (49,117,59). Sum of RGB (Red+Green+Blue) = 49+117+59=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #31753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31753B is #CE8AC4. Grayscale: #5A5A5A. Windows color (decimal): -13535941 or 3896625. OLE color: 3896625.

HSL color Cylindrical-coordinate representation of color #31753B: hue angle of 128.82º 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 #31753B is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB4911759-
CMYK0.5800.500.54
HSL128.82º40.96%32.55%-
HSV(B)128.82º58.12%45.88%-
XYZ8.4213.696.34-
YUV90.06110.4798.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=21.78%
G=52%
B=26.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117590.5800.500.54128.8240.9632.55
Hex31753B3A03236812921
Octal611657372062662015141
Binary1100011110101111011111010011001011011010000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31753B; }

 p { color: rgb(49,117,59); }

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

<style>
 a { background-color: #31753B; }

 a { background-color: rgb(49,117,59); }

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

<style>
 span { border-color: #31753B; }

 span { border-color: rgb(49,117,59); }

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