Html Css Color HEX #097248 Watercourse

📋 copy color: '#097248'

red 9 ◦ green 114 ◦ blue 72

#097248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #097248

Tints of Watercourse #097248

RGB

 RED value IS 9 (3.91% from 255) = 4.62%

 GREEN value IS 114 (44.92% from 255) = 58.46%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 4.62%
G = 58.46%
B = 36.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#097248 (or 0x097248) is known color: Watercourse. HEX triplet: 09, 72 and 48. RGB value is (9,114,72). Sum of RGB (Red+Green+Blue) = 9+114+72=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #097248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097248 is #F68DB7. Grayscale: #4D4D4D. Windows color (decimal): -16158136 or 4747785. OLE color: 4747785.

HSL color Cylindrical-coordinate representation of color #097248: hue angle of 156º 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 #097248 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 114 72 -
CMYK 0.92 0 0.37 0.55
HSL 156º 0.85% 0.24% -
HSV(B) 156º 0.92% 0.45% -
XYZ 7.3 12.56 8.17 -
YUV 77.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 9 114 72 0.92 0 0.37 0.55 156 0.85 0.24
Hex 9 72 48 5C 0 25 37 9C 55 18
Octal 11 162 110 134 0 45 67 234 125 30
Binary 1001 1110010 1001000 1011100 0 100101 110111 10011100 1010101 11000

Color Harmonies of #097248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097248

Black with #097248

Text Example


Text Example

White with #097248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097248; }

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

 H1.HeaderClassName
 {
   color: #097248;
 }
 .AnyTagClassName
 {
   color: #097248;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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