#317333

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

Shades of Japanese Laurel #317333

Tints of Japanese Laurel #317333

Color information

#317333 (or 0x317333) is unknown color: approx Japanese Laurel. HEX triplet: 31, 73 and 33. RGB value is (49,115,51). Sum of RGB (Red+Green+Blue) = 49+115+51=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #317333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317333 is #CE8CCC. Grayscale: #585858. Windows color (decimal): -13536461 or 3371825. OLE color: 3371825.

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

Color convert

RGB4911551-
CMYK0.5700.560.55
HSL121.82º40.24%32.16%-
HSV(B)121.82º57.39%45.1%-
XYZ7.9913.155.25-
YUV87.97107.13100.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=22.79%
G=53.49%
B=23.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115510.5700.560.55121.8240.2432.16
Hex31733339038377a2820
Octal611636371070671725040
Binary110001111001111001111100101110001101111111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317333; }

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

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

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

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

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

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

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

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