#097453

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

Shades of Watercourse #097453

Tints of Watercourse #097453

Color information

#097453 (or 0x097453) is unknown color: approx Watercourse. HEX triplet: 09, 74 and 53. RGB value is (9,116,83). Sum of RGB (Red+Green+Blue) = 9+116+83=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #097453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097453 is #F68BAC. Grayscale: #505050. Windows color (decimal): -16157613 or 5469193. OLE color: 5469193.

HSL color Cylindrical-coordinate representation of color #097453: hue angle of 161.5º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097453 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB911683-
CMYK0.9200.280.55
HSL161.5º85.6%24.51%-
HSV(B)161.5º92.24%45.49%-
XYZ7.9213.1710.31-
YUV80.24129.5577.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 116 (45.70% from 255) = 55.77%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=4.33%
G=55.77%
B=39.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9116830.9200.280.55161.585.624.51
Hex974535C01C37a15619
Octal111641231340346724112631
Binary100111101001010011101110001110011011110100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097453; }

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

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

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

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

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

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

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

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