Html Css Color HEX #0D5949 Cyprus

📋 copy color: '#0D5949'

red 13 ◦ green 89 ◦ blue 73

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

Shades of Cyprus #0D5949

Tints of Cyprus #0D5949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 7.43%
G = 50.86%
B = 41.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#0D5949 (or 0x0D5949) is known color: Cyprus. HEX triplet: 0D, 59 and 49. RGB value is (13,89,73). Sum of RGB (Red+Green+Blue) = 13+89+73=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5949 is #F2A6B6. Grayscale: #404040. Windows color (decimal): -15902391 or 4806925. OLE color: 4806925.

HSL color Cylindrical-coordinate representation of color #0D5949: hue angle of 167.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5949 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 89 73 -
CMYK 0.85 0 0.18 0.65
HSL 167.37º 0.75% 0.2% -
HSV(B) 167.37º 0.85% 0.35% -
XYZ 4.94 7.71 7.53 -
YUV 64.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 13 89 73 0.85 0 0.18 0.65 167.37 0.75 0.2
Hex D 59 49 55 0 12 41 A7 4B 14
Octal 15 131 111 125 0 22 101 247 113 24
Binary 1101 1011001 1001001 1010101 0 10010 1000001 10100111 1001011 10100

Color Harmonies of #0D5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5949

Black with #0D5949

Text Example


Text Example

White with #0D5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,89,73); }

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

background-color css

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

 a { background-color: rgb(13,89,73); }

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

border-color css

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

 span { border-color: rgb(13,89,73); }

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