#095344

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

Shades of Cyprus #095344

Tints of Cyprus #095344

Color information

#095344 (or 0x095344) is unknown color: approx Cyprus. HEX triplet: 09, 53 and 44. RGB value is (9,83,68). Sum of RGB (Red+Green+Blue) = 9+83+68=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #095344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095344 is #F6ACBB. Grayscale: #3B3B3B. Windows color (decimal): -16166076 or 4477705. OLE color: 4477705.

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

Color convert

RGB98368-
CMYK0.8900.180.67
HSL167.84º80.43%18.04%-
HSV(B)167.84º89.16%32.55%-
XYZ4.256.666.53-
YUV59.16132.9892.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=5.62%
G=51.88%
B=42.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983680.8900.180.67167.8480.4318.04
Hex953445901243a85012
Octal1112310413102210325012022
Binary1001101001110001001011001010010100001110101000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095344; }

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

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

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

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

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

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

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

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