#095247

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

Shades of Cyprus #095247

Tints of Cyprus #095247

Color information

#095247 (or 0x095247) is unknown color: approx Cyprus. HEX triplet: 09, 52 and 47. RGB value is (9,82,71). Sum of RGB (Red+Green+Blue) = 9+82+71=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #095247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095247 is #F6ADB8. Grayscale: #3A3A3A. Windows color (decimal): -16166329 or 4674057. OLE color: 4674057.

HSL color Cylindrical-coordinate representation of color #095247: hue angle of 170.96º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095247 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB98271-
CMYK0.8900.130.68
HSL170.96º80.22%17.84%-
HSV(B)170.96º89.02%32.16%-
XYZ4.276.557-
YUV58.92134.8292.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 82 (32.42% from 255) = 50.62%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=5.56%
G=50.62%
B=43.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982710.8900.130.68170.9680.2217.84
Hex95247590D44ab5012
Octal1112210713101510425312022
Binary100110100101000111101100101101100010010101011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095247; }

 p { color: rgb(9,82,71); }

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

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

 a { background-color: rgb(9,82,71); }

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

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

 span { border-color: rgb(9,82,71); }

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