Html Css Color HEX #0D7350 Watercourse

📋 copy color: '#0D7350'

red 13 ◦ green 115 ◦ blue 80

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

Shades of Watercourse #0D7350

Tints of Watercourse #0D7350

RGB

 RED value IS 13 (5.47% from 255) = 6.25%

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

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 6.25%
G = 55.29%
B = 38.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#0D7350 (or 0x0D7350) is known color: Watercourse. HEX triplet: 0D, 73 and 50. RGB value is (13,115,80). Sum of RGB (Red+Green+Blue) = 13+115+80=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7350 is #F28CAF. Grayscale: #505050. Windows color (decimal): -15895728 or 5272333. OLE color: 5272333.

HSL color Cylindrical-coordinate representation of color #0D7350: hue angle of 159.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7350 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 115 80 -
CMYK 0.89 0 0.30 0.55
HSL 159.41º 0.8% 0.25% -
HSV(B) 159.41º 0.89% 0.45% -
XYZ 7.74 12.93 9.68 -
YUV 80.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 13 115 80 0.89 0 0.30 0.55 159.41 0.8 0.25
Hex D 73 50 59 0 1E 37 9F 50 19
Octal 15 163 120 131 0 36 67 237 120 31
Binary 1101 1110011 1010000 1011001 0 11110 110111 10011111 1010000 11001

Color Harmonies of #0D7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7350

Black with #0D7350

Text Example


Text Example

White with #0D7350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,115,80); }

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

background-color css

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

 a { background-color: rgb(13,115,80); }

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

border-color css

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

 span { border-color: rgb(13,115,80); }

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