#305536

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

Shades of Parsley #305536

Tints of Parsley #305536

Color information

#305536 (or 0x305536) is unknown color: approx Parsley. HEX triplet: 30, 55 and 36. RGB value is (48,85,54). Sum of RGB (Red+Green+Blue) = 48+85+54=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #305536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305536 is #CFAAC9. Grayscale: #464646. Windows color (decimal): -13609674 or 3560752. OLE color: 3560752.

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

Color convert

RGB488554-
CMYK0.4400.360.67
HSL129.73º27.82%26.08%-
HSV(B)129.73º43.53%33.33%-
XYZ5.137.394.65-
YUV70.4118.74112.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=25.67%
G=45.45%
B=28.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885540.4400.360.67129.7327.8226.08
Hex3055362C02443821c1a
Octal6012566540441032023432
Binary110000101010111011010110001001001000011100000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305536; }

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

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

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

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

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

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

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

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