#0B634A

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

Shades of Watercourse #0B634A

Tints of Watercourse #0B634A

Color information

#0B634A (or 0x0B634A) is unknown color: approx Watercourse. HEX triplet: 0B, 63 and 4A. RGB value is (11,99,74). Sum of RGB (Red+Green+Blue) = 11+99+74=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #0B634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B634A is #F49CB5. Grayscale: #454545. Windows color (decimal): -16030902 or 4875019. OLE color: 4875019.

HSL color Cylindrical-coordinate representation of color #0B634A: hue angle of 162.95º 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 #0B634A is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB119974-
CMYK0.8900.250.61
HSL162.95º80%21.57%-
HSV(B)162.95º88.89%38.82%-
XYZ5.849.498-
YUV69.84130.3586.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.98%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=5.98%
G=53.80%
B=40.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1199740.8900.250.61162.958021.57
HexB634A590193Da35016
Octal131431121310317524312026
Binary101111000111001010101100101100111110110100011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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