Html Css Color HEX #0A4940 Cyprus

📋 copy color: '#0A4940'

red 10 ◦ green 73 ◦ blue 64

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

Shades of Cyprus #0A4940

Tints of Cyprus #0A4940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 43.54%

R = 6.8%
G = 49.66%
B = 43.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#0A4940 (or 0x0A4940) is known color: Cyprus. HEX triplet: 0A, 49 and 40. RGB value is (10,73,64). Sum of RGB (Red+Green+Blue) = 10+73+64=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4940 is #F5B6BF. Grayscale: #353535. Windows color (decimal): -16103104 or 4213002. OLE color: 4213002.

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

Color convert

RGB 10 73 64 -
CMYK 0.86 0 0.12 0.71
HSL 171.43º 0.76% 0.16% -
HSV(B) 171.43º 0.86% 0.29% -
XYZ 3.43 5.2 5.67 -
YUV 53.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 10 73 64 0.86 0 0.12 0.71 171.43 0.76 0.16
Hex A 49 40 56 0 C 47 AB 4C 10
Octal 12 111 100 126 0 14 107 253 114 20
Binary 1010 1001001 1000000 1010110 0 1100 1000111 10101011 1001100 10000

Color Harmonies of #0A4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4940

Black with #0A4940

Text Example


Text Example

White with #0A4940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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