#095248

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

Shades of Cyprus #095248

Tints of Cyprus #095248

Color information

#095248 (or 0x095248) is unknown color: approx Cyprus. HEX triplet: 09, 52 and 48. RGB value is (9,82,72). Sum of RGB (Red+Green+Blue) = 9+82+72=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #095248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095248 is #F6ADB7. Grayscale: #3B3B3B. Windows color (decimal): -16166328 or 4739593. OLE color: 4739593.

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

Color convert

RGB98272-
CMYK0.8900.120.68
HSL171.78º80.22%17.84%-
HSV(B)171.78º89.02%32.16%-
XYZ4.36.567.17-
YUV59.03135.3292.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=5.52%
G=50.31%
B=44.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982720.8900.120.68171.7880.2217.84
Hex95248590C44ac5012
Octal1112211013101410425412022
Binary100110100101001000101100101100100010010101100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095248; }

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

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

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

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

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

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

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

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