Html Css Color HEX #0D604C Watercourse

📋 copy color: '#0D604C'

red 13 ◦ green 96 ◦ blue 76

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

Shades of Watercourse #0D604C

Tints of Watercourse #0D604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 7.03%
G = 51.89%
B = 41.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#0D604C (or 0x0D604C) is known color: Watercourse. HEX triplet: 0D, 60 and 4C. RGB value is (13,96,76). Sum of RGB (Red+Green+Blue) = 13+96+76=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #0D604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D604C is #F29FB3. Grayscale: #444444. Windows color (decimal): -15900596 or 5005325. OLE color: 5005325.

HSL color Cylindrical-coordinate representation of color #0D604C: hue angle of 165.54º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D604C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 96 76 -
CMYK 0.86 0 0.21 0.62
HSL 165.54º 0.76% 0.21% -
HSV(B) 165.54º 0.86% 0.38% -
XYZ 5.65 8.97 8.27 -
YUV 68.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 13 96 76 0.86 0 0.21 0.62 165.54 0.76 0.21
Hex D 60 4C 56 0 15 3E A6 4C 15
Octal 15 140 114 126 0 25 76 246 114 25
Binary 1101 1100000 1001100 1010110 0 10101 111110 10100110 1001100 10101

Color Harmonies of #0D604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D604C

Black with #0D604C

Text Example


Text Example

White with #0D604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,96,76); }

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

background-color css

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

 a { background-color: rgb(13,96,76); }

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

border-color css

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

 span { border-color: rgb(13,96,76); }

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