#305435

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

Shades of Parsley #305435

Tints of Parsley #305435

Color information

#305435 (or 0x305435) is unknown color: approx Parsley. HEX triplet: 30, 54 and 35. RGB value is (48,84,53). Sum of RGB (Red+Green+Blue) = 48+84+53=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #305435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305435 is #CFABCA. Grayscale: #454545. Windows color (decimal): -13609931 or 3494960. OLE color: 3494960.

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

Color convert

RGB488453-
CMYK0.4300.370.67
HSL128.33º27.27%25.88%-
HSV(B)128.33º42.86%32.94%-
XYZ5.037.234.5-
YUV69.7118.57112.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=25.95%
G=45.41%
B=28.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884530.4300.370.67128.3327.2725.88
Hex3054352B02543801b1a
Octal6012465530451032003332
Binary110000101010011010110101101001011000011100000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305435; }

 p { color: rgb(48,84,53); }

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

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

 a { background-color: rgb(48,84,53); }

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

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

 span { border-color: rgb(48,84,53); }

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