#5F6030

Color #5F6030 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #5F6030

Tints of Costa Del Sol #5F6030

Color information

#5F6030 (or 0x5F6030) is unknown color: approx Costa Del Sol. HEX triplet: 5F, 60 and 30. RGB value is (95,96,48). Sum of RGB (Red+Green+Blue) = 95+96+48=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6030 is #A09FCF. Grayscale: #5A5A5A. Windows color (decimal): -10526672 or 3170399. OLE color: 3170399.

HSL color Cylindrical-coordinate representation of color #5F6030: hue angle of 61.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F6030 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB959648-
CMYK0.0100.500.62
HSL61.25º33.33%28.24%-
HSV(B)61.25º50%37.65%-
XYZ9.4411.014.42-
YUV90.23104.17131.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.75%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=39.75%
G=40.17%
B=20.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596480.0100.500.6261.2533.3328.24
Hex5F603010323E3d211c
Octal13714060106276754134
Binary101111111000001100001011001011111011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6030; }

 p { color: rgb(95,96,48); }

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

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

 a { background-color: rgb(95,96,48); }

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

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

 span { border-color: rgb(95,96,48); }

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