Html Css Color HEX #0D5449 Cyprus

📋 copy color: '#0D5449'

red 13 ◦ green 84 ◦ blue 73

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

Shades of Cyprus #0D5449

Tints of Cyprus #0D5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

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

R = 7.65%
G = 49.41%
B = 42.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#0D5449 (or 0x0D5449) is known color: Cyprus. HEX triplet: 0D, 54 and 49. RGB value is (13,84,73). Sum of RGB (Red+Green+Blue) = 13+84+73=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5449 is #F2ABB6. Grayscale: #3D3D3D. Windows color (decimal): -15903671 or 4805645. OLE color: 4805645.

HSL color Cylindrical-coordinate representation of color #0D5449: hue angle of 170.7º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5449 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 84 73 -
CMYK 0.85 0 0.13 0.67
HSL 170.7º 0.73% 0.19% -
HSV(B) 170.7º 0.85% 0.33% -
XYZ 4.54 6.91 7.4 -
YUV 61.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 13 84 73 0.85 0 0.13 0.67 170.7 0.73 0.19
Hex D 54 49 55 0 D 43 AB 49 13
Octal 15 124 111 125 0 15 103 253 111 23
Binary 1101 1010100 1001001 1010101 0 1101 1000011 10101011 1001001 10011

Color Harmonies of #0D5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5449

Black with #0D5449

Text Example


Text Example

White with #0D5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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