#095347

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

Shades of Cyprus #095347

Tints of Cyprus #095347

Color information

#095347 (or 0x095347) is unknown color: approx Cyprus. HEX triplet: 09, 53 and 47. RGB value is (9,83,71). Sum of RGB (Red+Green+Blue) = 9+83+71=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #095347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095347 is #F6ACB8. Grayscale: #3B3B3B. Windows color (decimal): -16166073 or 4674313. OLE color: 4674313.

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

Color convert

RGB98371-
CMYK0.8900.140.67
HSL170.27º80.43%18.04%-
HSV(B)170.27º89.16%32.55%-
XYZ4.346.77.03-
YUV59.51134.4891.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=5.52%
G=50.92%
B=43.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983710.8900.140.67170.2780.4318.04
Hex95347590E43aa5012
Octal1112310713101610325212022
Binary100110100111000111101100101110100001110101010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095347; }

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

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

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

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

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

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

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

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