Html Css Color HEX #0D7053 Watercourse

📋 copy color: '#0D7053'

red 13 ◦ green 112 ◦ blue 83

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

Shades of Watercourse #0D7053

Tints of Watercourse #0D7053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.85%

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

R = 6.25%
G = 53.85%
B = 39.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#0D7053 (or 0x0D7053) is known color: Watercourse. HEX triplet: 0D, 70 and 53. RGB value is (13,112,83). Sum of RGB (Red+Green+Blue) = 13+112+83=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7053 is #F28FAC. Grayscale: #4F4F4F. Windows color (decimal): -15896493 or 5468173. OLE color: 5468173.

HSL color Cylindrical-coordinate representation of color #0D7053: hue angle of 162.42º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7053 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 83 -
CMYK 0.88 0 0.26 0.56
HSL 162.42º 0.79% 0.25% -
HSV(B) 162.42º 0.88% 0.44% -
XYZ 7.52 12.3 10.16 -
YUV 79.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 13 112 83 0.88 0 0.26 0.56 162.42 0.79 0.25
Hex D 70 53 58 0 1A 38 A2 4F 19
Octal 15 160 123 130 0 32 70 242 117 31
Binary 1101 1110000 1010011 1011000 0 11010 111000 10100010 1001111 11001

Color Harmonies of #0D7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7053

Black with #0D7053

Text Example


Text Example

White with #0D7053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,112,83); }

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

background-color css

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

 a { background-color: rgb(13,112,83); }

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

border-color css

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

 span { border-color: rgb(13,112,83); }

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