#095C4A

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

Shades of Watercourse #095C4A

Tints of Watercourse #095C4A

Color information

#095C4A (or 0x095C4A) is unknown color: approx Watercourse. HEX triplet: 09, 5C and 4A. RGB value is (9,92,74). Sum of RGB (Red+Green+Blue) = 9+92+74=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #095C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C4A is #F6A3B5. Grayscale: #414141. Windows color (decimal): -16163766 or 4873225. OLE color: 4873225.

HSL color Cylindrical-coordinate representation of color #095C4A: hue angle of 166.99º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C4A is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB99274-
CMYK0.9000.200.64
HSL166.99º82.18%19.8%-
HSV(B)166.99º90.22%36.08%-
XYZ5.188.217.79-
YUV65.1313387.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 92 (36.33% from 255) = 52.57%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=5.14%
G=52.57%
B=42.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992740.9000.200.64166.9982.1819.8
Hex95C4A5A01440a75214
Octal1113411213202410024712224
Binary1001101110010010101011010010100100000010100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095C4A; }

 p { color: rgb(9,92,74); }

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

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

 a { background-color: rgb(9,92,74); }

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

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

 span { border-color: rgb(9,92,74); }

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