#097348

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

Shades of Watercourse #097348

Tints of Watercourse #097348

Color information

#097348 (or 0x097348) is unknown color: approx Watercourse. HEX triplet: 09, 73 and 48. RGB value is (9,115,72). Sum of RGB (Red+Green+Blue) = 9+115+72=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #097348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097348 is #F68CB7. Grayscale: #4E4E4E. Windows color (decimal): -16157880 or 4748041. OLE color: 4748041.

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

Color convert

RGB911572-
CMYK0.9200.370.55
HSL155.66º85.48%24.31%-
HSV(B)155.66º92.17%45.1%-
XYZ7.4112.798.21-
YUV78.4124.3878.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 115 (45.31% from 255) = 58.67%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=4.59%
G=58.67%
B=36.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9115720.9200.370.55155.6685.4824.31
Hex973485C025379c5518
Octal111631101340456723412530
Binary1001111001110010001011100010010111011110011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097348; }

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

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

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

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

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

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

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

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