Html Css Color HEX #097352 Watercourse

📋 copy color: '#097352'

red 9 ◦ green 115 ◦ blue 82

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

Shades of Watercourse #097352

Tints of Watercourse #097352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.83%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 4.37%
G = 55.83%
B = 39.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#097352 (or 0x097352) is known color: Watercourse. HEX triplet: 09, 73 and 52. RGB value is (9,115,82). Sum of RGB (Red+Green+Blue) = 9+115+82=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #097352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097352 is #F68CAD. Grayscale: #4F4F4F. Windows color (decimal): -16157870 or 5403401. OLE color: 5403401.

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

Color convert

RGB 9 115 82 -
CMYK 0.92 0 0.29 0.55
HSL 161.32º 0.85% 0.24% -
HSV(B) 161.32º 0.92% 0.45% -
XYZ 7.77 12.93 10.07 -
YUV 79.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 9 115 82 0.92 0 0.29 0.55 161.32 0.85 0.24
Hex 9 73 52 5C 0 1D 37 A1 55 18
Octal 11 163 122 134 0 35 67 241 125 30
Binary 1001 1110011 1010010 1011100 0 11101 110111 10100001 1010101 11000

Color Harmonies of #097352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097352

Black with #097352

Text Example


Text Example

White with #097352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097352; }

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

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

background-color css

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

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

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

border-color css

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

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

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