#317133

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

Shades of Japanese Laurel #317133

Tints of Japanese Laurel #317133

Color information

#317133 (or 0x317133) is unknown color: approx Japanese Laurel. HEX triplet: 31, 71 and 33. RGB value is (49,113,51). Sum of RGB (Red+Green+Blue) = 49+113+51=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #317133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317133 is #CE8ECC. Grayscale: #565656. Windows color (decimal): -13536973 or 3371313. OLE color: 3371313.

HSL color Cylindrical-coordinate representation of color #317133: hue angle of 121.88º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317133 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB4911351-
CMYK0.5700.550.56
HSL121.88º39.51%31.76%-
HSV(B)121.88º56.64%44.31%-
XYZ7.7712.75.17-
YUV86.8107.8101.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=23.00%
G=53.05%
B=23.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113510.5700.550.56121.8839.5131.76
Hex31713339037387a2820
Octal611616371067701725040
Binary110001111000111001111100101101111110001111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317133; }

 p { color: rgb(49,113,51); }

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

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

 a { background-color: rgb(49,113,51); }

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

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

 span { border-color: rgb(49,113,51); }

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