#315233

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

Shades of Parsley #315233

Tints of Parsley #315233

Color information

#315233 (or 0x315233) is unknown color: approx Parsley. HEX triplet: 31, 52 and 33. RGB value is (49,82,51). Sum of RGB (Red+Green+Blue) = 49+82+51=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #315233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315233 is #CEADCC. Grayscale: #444444. Windows color (decimal): -13544909 or 3363377. OLE color: 3363377.

HSL color Cylindrical-coordinate representation of color #315233: hue angle of 123.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315233 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB498251-
CMYK0.4000.380.68
HSL123.64º25.19%25.69%-
HSV(B)123.64º40.24%32.16%-
XYZ4.886.934.21-
YUV68.6118.07114.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=26.92%
G=45.05%
B=28.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982510.4000.380.68123.6425.1925.69
Hex31523328026447c191a
Octal6112263500461041743132
Binary11000110100101100111010000100110100010011111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315233; }

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

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

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

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

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

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

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

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