Html Css Color HEX #0A5449 Cyprus

📋 copy color: '#0A5449'

red 10 ◦ green 84 ◦ blue 73

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

Shades of Cyprus #0A5449

Tints of Cyprus #0A5449

RGB

 RED value IS 10 (4.3% from 255) = 5.99%

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

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

R = 5.99%
G = 50.3%
B = 43.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#0A5449 (or 0x0A5449) is known color: Cyprus. HEX triplet: 0A, 54 and 49. RGB value is (10,84,73). Sum of RGB (Red+Green+Blue) = 10+84+73=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5449 is #F5ABB6. Grayscale: #3C3C3C. Windows color (decimal): -16100279 or 4805642. OLE color: 4805642.

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

Color convert

RGB 10 84 73 -
CMYK 0.88 0 0.13 0.67
HSL 171.08º 0.79% 0.18% -
HSV(B) 171.08º 0.88% 0.33% -
XYZ 4.5 6.89 7.4 -
YUV 60.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 10 84 73 0.88 0 0.13 0.67 171.08 0.79 0.18
Hex A 54 49 58 0 D 43 AB 4F 12
Octal 12 124 111 130 0 15 103 253 117 22
Binary 1010 1010100 1001001 1011000 0 1101 1000011 10101011 1001111 10010

Color Harmonies of #0A5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5449

Black with #0A5449

Text Example


Text Example

White with #0A5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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