Html Css Color HEX #0D7255 Watercourse

📋 copy color: '#0D7255'

red 13 ◦ green 114 ◦ blue 85

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

Shades of Watercourse #0D7255

Tints of Watercourse #0D7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.77%

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 6.13%
G = 53.77%
B = 40.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#0D7255 (or 0x0D7255) is known color: Watercourse. HEX triplet: 0D, 72 and 55. RGB value is (13,114,85). Sum of RGB (Red+Green+Blue) = 13+114+85=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #0D7255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7255 is #F28DAA. Grayscale: #505050. Windows color (decimal): -15895979 or 5599757. OLE color: 5599757.

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

Color convert

RGB 13 114 85 -
CMYK 0.89 0 0.25 0.55
HSL 162.77º 0.8% 0.25% -
HSV(B) 162.77º 0.89% 0.45% -
XYZ 7.82 12.78 10.65 -
YUV 80.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 13 114 85 0.89 0 0.25 0.55 162.77 0.8 0.25
Hex D 72 55 59 0 19 37 A3 50 19
Octal 15 162 125 131 0 31 67 243 120 31
Binary 1101 1110010 1010101 1011001 0 11001 110111 10100011 1010000 11001

Color Harmonies of #0D7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7255

Black with #0D7255

Text Example


Text Example

White with #0D7255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,114,85); }

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

background-color css

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

 a { background-color: rgb(13,114,85); }

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

border-color css

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

 span { border-color: rgb(13,114,85); }

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