#315533

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

Shades of Parsley #315533

Tints of Parsley #315533

Color information

#315533 (or 0x315533) is unknown color: approx Parsley. HEX triplet: 31, 55 and 33. RGB value is (49,85,51). Sum of RGB (Red+Green+Blue) = 49+85+51=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #315533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315533 is #CEAACC. Grayscale: #464646. Windows color (decimal): -13544141 or 3364145. OLE color: 3364145.

HSL color Cylindrical-coordinate representation of color #315533: hue angle of 123.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315533 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB498551-
CMYK0.4200.400.67
HSL123.33º26.87%26.27%-
HSV(B)123.33º42.35%33.33%-
XYZ5.117.394.29-
YUV70.36117.07112.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=26.49%
G=45.95%
B=27.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985510.4200.400.67123.3326.8726.27
Hex3155332A028437b1b1a
Octal6112563520501031733332
Binary11000110101011100111010100101000100001111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315533; }

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

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

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

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

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

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

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

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