Html Css Color HEX #0D5046 Cyprus

📋 copy color: '#0D5046'

red 13 ◦ green 80 ◦ blue 70

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

Shades of Cyprus #0D5046

Tints of Cyprus #0D5046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.08%

 BLUE value IS 70 (27.73% from 255) = 42.94%

R = 7.98%
G = 49.08%
B = 42.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#0D5046 (or 0x0D5046) is known color: Cyprus. HEX triplet: 0D, 50 and 46. RGB value is (13,80,70). Sum of RGB (Red+Green+Blue) = 13+80+70=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5046 is #F2AFB9. Grayscale: #3A3A3A. Windows color (decimal): -15904698 or 4608013. OLE color: 4608013.

HSL color Cylindrical-coordinate representation of color #0D5046: hue angle of 171.04º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5046 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 80 70 -
CMYK 0.84 0 0.12 0.69
HSL 171.04º 0.72% 0.18% -
HSV(B) 171.04º 0.84% 0.31% -
XYZ 4.14 6.27 6.79 -
YUV 58.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 13 80 70 0.84 0 0.12 0.69 171.04 0.72 0.18
Hex D 50 46 54 0 C 45 AB 48 12
Octal 15 120 106 124 0 14 105 253 110 22
Binary 1101 1010000 1000110 1010100 0 1100 1000101 10101011 1001000 10010

Color Harmonies of #0D5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5046

Black with #0D5046

Text Example


Text Example

White with #0D5046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,80,70); }

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

background-color css

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

 a { background-color: rgb(13,80,70); }

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

border-color css

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

 span { border-color: rgb(13,80,70); }

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