Html Css Color HEX #0D4D49 Cyprus

📋 copy color: '#0D4D49'

red 13 ◦ green 77 ◦ blue 73

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

Shades of Cyprus #0D4D49

Tints of Cyprus #0D4D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.24%

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

R = 7.98%
G = 47.24%
B = 44.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#0D4D49 (or 0x0D4D49) is known color: Cyprus. HEX triplet: 0D, 4D and 49. RGB value is (13,77,73). Sum of RGB (Red+Green+Blue) = 13+77+73=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D49 is #F2B2B6. Grayscale: #393939. Windows color (decimal): -15905463 or 4803853. OLE color: 4803853.

HSL color Cylindrical-coordinate representation of color #0D4D49: hue angle of 176.25º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D49 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 77 73 -
CMYK 0.83 0 0.05 0.70
HSL 176.25º 0.71% 0.18% -
HSV(B) 176.25º 0.83% 0.3% -
XYZ 4.02 5.87 7.23 -
YUV 57.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 13 77 73 0.83 0 0.05 0.70 176.25 0.71 0.18
Hex D 4D 49 53 0 5 46 B0 47 12
Octal 15 115 111 123 0 5 106 260 107 22
Binary 1101 1001101 1001001 1010011 0 101 1000110 10110000 1000111 10010

Color Harmonies of #0D4D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D49

Black with #0D4D49

Text Example


Text Example

White with #0D4D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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