#317335

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

Shades of Japanese Laurel #317335

Tints of Japanese Laurel #317335

Color information

#317335 (or 0x317335) is unknown color: approx Japanese Laurel. HEX triplet: 31, 73 and 35. RGB value is (49,115,53). Sum of RGB (Red+Green+Blue) = 49+115+53=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #317335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317335 is #CE8CCA. Grayscale: #585858. Windows color (decimal): -13536459 or 3502897. OLE color: 3502897.

HSL color Cylindrical-coordinate representation of color #317335: hue angle of 123.64º 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 #317335 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB4911553-
CMYK0.5700.540.55
HSL123.64º40.24%32.16%-
HSV(B)123.64º57.39%45.1%-
XYZ8.0413.175.49-
YUV88.2108.13100.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 115 (45.31% from 255) = 53.00%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=22.58%
G=53.00%
B=24.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115530.5700.540.55123.6440.2432.16
Hex31733539036377c2820
Octal611636571066671745040
Binary110001111001111010111100101101101101111111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317335; }

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

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

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

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

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

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

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

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