#0F6352

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

Shades of Watercourse #0F6352

Tints of Watercourse #0F6352

Color information

#0F6352 (or 0x0F6352) is unknown color: approx Watercourse. HEX triplet: 0F, 63 and 52. RGB value is (15,99,82). Sum of RGB (Red+Green+Blue) = 15+99+82=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6352 is #F09CAD. Grayscale: #474747. Windows color (decimal): -15768750 or 5399311. OLE color: 5399311.

HSL color Cylindrical-coordinate representation of color #0F6352: hue angle of 167.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6352 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB159982-
CMYK0.8500.170.61
HSL167.86º73.68%22.35%-
HSV(B)167.86º84.85%38.82%-
XYZ6.189.639.52-
YUV71.95133.6787.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=7.65%
G=50.51%
B=41.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599820.8500.170.61167.8673.6822.35
HexF6352550113Da84a16
Octal171431221250217525011226
Binary111111000111010010101010101000111110110101000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,99,82); }

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

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

 a { background-color: rgb(15,99,82); }

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

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

 span { border-color: rgb(15,99,82); }

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