#31753A

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

Shades of Japanese Laurel #31753A

Tints of Japanese Laurel #31753A

Color information

#31753A (or 0x31753A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 3A. RGB value is (49,117,58). Sum of RGB (Red+Green+Blue) = 49+117+58=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #31753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31753A is #CE8AC5. Grayscale: #5A5A5A. Windows color (decimal): -13535942 or 3831089. OLE color: 3831089.

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

Color convert

RGB4911758-
CMYK0.5800.500.54
HSL127.94º40.96%32.55%-
HSV(B)127.94º58.12%45.88%-
XYZ8.3913.686.2-
YUV89.94109.9798.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=21.88%
G=52.23%
B=25.89%

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
Decimal49117580.5800.500.54127.9440.9632.55
Hex31753A3A03236802921
Octal611657272062662005141
Binary1100011110101111010111010011001011011010000000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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