Html Css Color HEX #0A4947 Cyprus

📋 copy color: '#0A4947'

red 10 ◦ green 73 ◦ blue 71

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

Shades of Cyprus #0A4947

Tints of Cyprus #0A4947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.4%

 BLUE value IS 71 (28.13% from 255) = 46.1%

R = 6.49%
G = 47.4%
B = 46.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#0A4947 (or 0x0A4947) is known color: Cyprus. HEX triplet: 0A, 49 and 47. RGB value is (10,73,71). Sum of RGB (Red+Green+Blue) = 10+73+71=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4947 is #F5B6B8. Grayscale: #353535. Windows color (decimal): -16103097 or 4671754. OLE color: 4671754.

HSL color Cylindrical-coordinate representation of color #0A4947: hue angle of 178.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4947 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 73 71 -
CMYK 0.86 0 0.03 0.71
HSL 178.1º 0.76% 0.16% -
HSV(B) 178.1º 0.86% 0.29% -
XYZ 3.65 5.28 6.79 -
YUV 53.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 10 73 71 0.86 0 0.03 0.71 178.1 0.76 0.16
Hex A 49 47 56 0 3 47 B2 4C 10
Octal 12 111 107 126 0 3 107 262 114 20
Binary 1010 1001001 1000111 1010110 0 11 1000111 10110010 1001100 10000

Color Harmonies of #0A4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4947

Black with #0A4947

Text Example


Text Example

White with #0A4947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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