#0B634C

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

Shades of Watercourse #0B634C

Tints of Watercourse #0B634C

Color information

#0B634C (or 0x0B634C) is unknown color: approx Watercourse. HEX triplet: 0B, 63 and 4C. RGB value is (11,99,76). Sum of RGB (Red+Green+Blue) = 11+99+76=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #0B634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B634C is #F49CB3. Grayscale: #464646. Windows color (decimal): -16030900 or 5006091. OLE color: 5006091.

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

Color convert

RGB119976-
CMYK0.8900.230.61
HSL164.32º80%21.57%-
HSV(B)164.32º88.89%38.82%-
XYZ5.99.528.36-
YUV70.07131.3585.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=5.91%
G=53.23%
B=40.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1199760.8900.230.61164.328021.57
HexB634C590173Da45016
Octal131431141310277524412026
Binary101111000111001100101100101011111110110100100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,99,76); }

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

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

 a { background-color: rgb(11,99,76); }

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

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

 span { border-color: rgb(11,99,76); }

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