#305537

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

Shades of Parsley #305537

Tints of Parsley #305537

Color information

#305537 (or 0x305537) is unknown color: approx Parsley. HEX triplet: 30, 55 and 37. RGB value is (48,85,55). Sum of RGB (Red+Green+Blue) = 48+85+55=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #305537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305537 is #CFAAC8. Grayscale: #464646. Windows color (decimal): -13609673 or 3626288. OLE color: 3626288.

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

Color convert

RGB488555-
CMYK0.4400.350.67
HSL131.35º27.82%26.08%-
HSV(B)131.35º43.53%33.33%-
XYZ5.167.44.77-
YUV70.52119.24111.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=25.53%
G=45.21%
B=29.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885550.4400.350.67131.3527.8226.08
Hex3055372C02343831c1a
Octal6012567540431032033432
Binary110000101010111011110110001000111000011100000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305537; }

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

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

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

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

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

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

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

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