Html Css Color HEX #0B7353 Watercourse

📋 copy color: '#0B7353'

red 11 ◦ green 115 ◦ blue 83

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

Shades of Watercourse #0B7353

Tints of Watercourse #0B7353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.02%

 BLUE value IS 83 (32.81% from 255) = 39.71%

R = 5.26%
G = 55.02%
B = 39.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#0B7353 (or 0x0B7353) is known color: Watercourse. HEX triplet: 0B, 73 and 53. RGB value is (11,115,83). Sum of RGB (Red+Green+Blue) = 11+115+83=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7353 is #F48CAC. Grayscale: #505050. Windows color (decimal): -16026797 or 5468939. OLE color: 5468939.

HSL color Cylindrical-coordinate representation of color #0B7353: hue angle of 161.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7353 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 115 83 -
CMYK 0.90 0 0.28 0.55
HSL 161.54º 0.83% 0.25% -
HSV(B) 161.54º 0.9% 0.45% -
XYZ 7.83 12.96 10.27 -
YUV 80.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 11 115 83 0.90 0 0.28 0.55 161.54 0.83 0.25
Hex B 73 53 5A 0 1C 37 A2 53 19
Octal 13 163 123 132 0 34 67 242 123 31
Binary 1011 1110011 1010011 1011010 0 11100 110111 10100010 1010011 11001

Color Harmonies of #0B7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7353

Black with #0B7353

Text Example


Text Example

White with #0B7353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,115,83); }

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

background-color css

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

 a { background-color: rgb(11,115,83); }

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

border-color css

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

 span { border-color: rgb(11,115,83); }

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