Html Css Color HEX #0B6452 Watercourse

📋 copy color: '#0B6452'

red 11 ◦ green 100 ◦ blue 82

#0B6452
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0B6452

Tints of Watercourse #0B6452

RGB

 RED value IS 11 (4.69% from 255) = 5.7%

 GREEN value IS 100 (39.45% from 255) = 51.81%

 BLUE value IS 82 (32.42% from 255) = 42.49%

R = 5.7%
G = 51.81%
B = 42.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#0B6452 (or 0x0B6452) is known color: Watercourse. HEX triplet: 0B, 64 and 52. RGB value is (11,100,82). Sum of RGB (Red+Green+Blue) = 11+100+82=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #0B6452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6452 is #F49BAD. Grayscale: #474747. Windows color (decimal): -16030638 or 5399563. OLE color: 5399563.

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

Color convert

RGB 11 100 82 -
CMYK 0.89 0 0.18 0.61
HSL 167.87º 0.8% 0.22% -
HSV(B) 167.87º 0.89% 0.39% -
XYZ 6.22 9.79 9.55 -
YUV 71.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 11 100 82 0.89 0 0.18 0.61 167.87 0.8 0.22
Hex B 64 52 59 0 12 3D A8 50 16
Octal 13 144 122 131 0 22 75 250 120 26
Binary 1011 1100100 1010010 1011001 0 10010 111101 10101000 1010000 10110

Color Harmonies of #0B6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6452

Black with #0B6452

Text Example


Text Example

White with #0B6452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B6452;
 }
 .AnyTagClassName
 {
   color: #0B6452;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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