Html Css Color HEX #0A4944 Cyprus

📋 copy color: '#0A4944'

red 10 ◦ green 73 ◦ blue 68

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

Shades of Cyprus #0A4944

Tints of Cyprus #0A4944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.03%

R = 6.62%
G = 48.34%
B = 45.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#0A4944 (or 0x0A4944) is known color: Cyprus. HEX triplet: 0A, 49 and 44. RGB value is (10,73,68). Sum of RGB (Red+Green+Blue) = 10+73+68=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4944 is #F5B6BB. Grayscale: #353535. Windows color (decimal): -16103100 or 4475146. OLE color: 4475146.

HSL color Cylindrical-coordinate representation of color #0A4944: hue angle of 175.24º 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 #0A4944 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 73 68 -
CMYK 0.86 0 0.07 0.71
HSL 175.24º 0.76% 0.16% -
HSV(B) 175.24º 0.86% 0.29% -
XYZ 3.55 5.25 6.29 -
YUV 53.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 10 73 68 0.86 0 0.07 0.71 175.24 0.76 0.16
Hex A 49 44 56 0 7 47 AF 4C 10
Octal 12 111 104 126 0 7 107 257 114 20
Binary 1010 1001001 1000100 1010110 0 111 1000111 10101111 1001100 10000

Color Harmonies of #0A4944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4944

Black with #0A4944

Text Example


Text Example

White with #0A4944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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