#305532

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

Shades of Parsley #305532

Tints of Parsley #305532

Color information

#305532 (or 0x305532) is unknown color: approx Parsley. HEX triplet: 30, 55 and 32. RGB value is (48,85,50). Sum of RGB (Red+Green+Blue) = 48+85+50=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #305532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305532 is #CFAACD. Grayscale: #464646. Windows color (decimal): -13609678 or 3298608. OLE color: 3298608.

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

Color convert

RGB488550-
CMYK0.4400.410.67
HSL123.24º27.82%26.08%-
HSV(B)123.24º43.53%33.33%-
XYZ5.047.364.17-
YUV69.95116.74112.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=26.23%
G=46.45%
B=27.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885500.4400.410.67123.2427.8226.08
Hex3055322C029437b1c1a
Octal6012562540511031733432
Binary11000010101011100101011000101001100001111110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305532; }

 p { color: rgb(48,85,50); }

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

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

 a { background-color: rgb(48,85,50); }

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

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

 span { border-color: rgb(48,85,50); }

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