#305434

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

Shades of Parsley #305434

Tints of Parsley #305434

Color information

#305434 (or 0x305434) is unknown color: approx Parsley. HEX triplet: 30, 54 and 34. RGB value is (48,84,52). Sum of RGB (Red+Green+Blue) = 48+84+52=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #305434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305434 is #CFABCB. Grayscale: #454545. Windows color (decimal): -13609932 or 3429424. OLE color: 3429424.

HSL color Cylindrical-coordinate representation of color #305434: hue angle of 126.67º 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 #305434 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB488452-
CMYK0.4300.380.67
HSL126.67º27.27%25.88%-
HSV(B)126.67º42.86%32.94%-
XYZ5.017.224.38-
YUV69.59118.07112.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=26.09%
G=45.65%
B=28.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884520.4300.380.67126.6727.2725.88
Hex3054342B026437f1b1a
Octal6012464530461031773332
Binary11000010101001101001010110100110100001111111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305434; }

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

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

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

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

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

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

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

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