#0C7351

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

Shades of Watercourse #0C7351

Tints of Watercourse #0C7351

Color information

#0C7351 (or 0x0C7351) is unknown color: approx Watercourse. HEX triplet: 0C, 73 and 51. RGB value is (12,115,81). Sum of RGB (Red+Green+Blue) = 12+115+81=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7351 is #F38CAE. Grayscale: #505050. Windows color (decimal): -15961263 or 5337868. OLE color: 5337868.

HSL color Cylindrical-coordinate representation of color #0C7351: hue angle of 160.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7351 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1211581-
CMYK0.9000.300.55
HSL160.19º81.1%24.9%-
HSV(B)160.19º89.57%45.1%-
XYZ7.7712.939.87-
YUV80.33128.3879.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 115 (45.31% from 255) = 55.29%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=5.77%
G=55.29%
B=38.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12115810.9000.300.55160.1981.124.9
HexC73515A01E37a05119
Octal141631211320366724012131
Binary110011100111010001101101001111011011110100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C7351; }

 p { color: rgb(12,115,81); }

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

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

 a { background-color: rgb(12,115,81); }

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

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

 span { border-color: rgb(12,115,81); }

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