#097048

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

Shades of Watercourse #097048

Tints of Watercourse #097048

Color information

#097048 (or 0x097048) is unknown color: approx Watercourse. HEX triplet: 09, 70 and 48. RGB value is (9,112,72). Sum of RGB (Red+Green+Blue) = 9+112+72=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #097048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097048 is #F68FB7. Grayscale: #4C4C4C. Windows color (decimal): -16158648 or 4747273. OLE color: 4747273.

HSL color Cylindrical-coordinate representation of color #097048: hue angle of 156.7º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097048 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB911272-
CMYK0.9200.360.56
HSL156.7º85.12%23.73%-
HSV(B)156.7º91.96%43.92%-
XYZ7.0812.118.1-
YUV76.64125.3879.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 112 (44.14% from 255) = 58.03%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=4.66%
G=58.03%
B=37.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112720.9200.360.56156.785.1223.73
Hex970485C024389d5518
Octal111601101340447023512530
Binary1001111000010010001011100010010011100010011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097048; }

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

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

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

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

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

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

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

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