#305632

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

Shades of Parsley #305632

Tints of Parsley #305632

Color information

#305632 (or 0x305632) is unknown color: approx Parsley. HEX triplet: 30, 56 and 32. RGB value is (48,86,50). Sum of RGB (Red+Green+Blue) = 48+86+50=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #305632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305632 is #CFA9CD. Grayscale: #464646. Windows color (decimal): -13609422 or 3298864. OLE color: 3298864.

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

Color convert

RGB488650-
CMYK0.4400.420.66
HSL123.16º28.36%26.27%-
HSV(B)123.16º44.19%33.73%-
XYZ5.127.514.2-
YUV70.53116.41111.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=26.09%
G=46.74%
B=27.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886500.4400.420.66123.1628.3626.27
Hex3056322C02A427b1c1a
Octal6012662540521021733432
Binary11000010101101100101011000101010100001011110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305632; }

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

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

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

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

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

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

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

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