#0B6D52

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

Shades of Watercourse #0B6D52

Tints of Watercourse #0B6D52

Color information

#0B6D52 (or 0x0B6D52) is unknown color: approx Watercourse. HEX triplet: 0B, 6D and 52. RGB value is (11,109,82). Sum of RGB (Red+Green+Blue) = 11+109+82=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6D52 is #F492AD. Grayscale: #4C4C4C. Windows color (decimal): -16028334 or 5401867. OLE color: 5401867.

HSL color Cylindrical-coordinate representation of color #0B6D52: hue angle of 163.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6D52 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1110982-
CMYK0.9000.250.57
HSL163.47º81.67%23.53%-
HSV(B)163.47º89.91%42.75%-
XYZ7.1311.629.85-
YUV76.62131.0381.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 109 (42.97% from 255) = 53.96%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=5.45%
G=53.96%
B=40.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11109820.9000.250.57163.4781.6723.53
HexB6D525A01939a35218
Octal131551221320317124312230
Binary101111011011010010101101001100111100110100011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,109,82); }

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

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

 a { background-color: rgb(11,109,82); }

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

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

 span { border-color: rgb(11,109,82); }

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