#095244

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

Shades of Cyprus #095244

Tints of Cyprus #095244

Color information

#095244 (or 0x095244) is unknown color: approx Cyprus. HEX triplet: 09, 52 and 44. RGB value is (9,82,68). Sum of RGB (Red+Green+Blue) = 9+82+68=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #095244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095244 is #F6ADBB. Grayscale: #3A3A3A. Windows color (decimal): -16166332 or 4477449. OLE color: 4477449.

HSL color Cylindrical-coordinate representation of color #095244: hue angle of 168.49º 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 #095244 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB98268-
CMYK0.8900.170.68
HSL168.49º80.22%17.84%-
HSV(B)168.49º89.02%32.16%-
XYZ4.176.516.51-
YUV58.58133.3292.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=5.66%
G=51.57%
B=42.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982680.8900.170.68168.4980.2217.84
Hex952445901144a85012
Octal1112210413102110425012022
Binary1001101001010001001011001010001100010010101000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095244; }

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

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

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

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

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

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

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

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