Html Css Color HEX #0A4943 Cyprus

📋 copy color: '#0A4943'

red 10 ◦ green 73 ◦ blue 67

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

Shades of Cyprus #0A4943

Tints of Cyprus #0A4943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 44.67%

R = 6.67%
G = 48.67%
B = 44.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#0A4943 (or 0x0A4943) is known color: Cyprus. HEX triplet: 0A, 49 and 43. RGB value is (10,73,67). Sum of RGB (Red+Green+Blue) = 10+73+67=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4943 is #F5B6BC. Grayscale: #353535. Windows color (decimal): -16103101 or 4409610. OLE color: 4409610.

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

Color convert

RGB 10 73 67 -
CMYK 0.86 0 0.08 0.71
HSL 174.29º 0.76% 0.16% -
HSV(B) 174.29º 0.86% 0.29% -
XYZ 3.52 5.23 6.14 -
YUV 53.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 10 73 67 0.86 0 0.08 0.71 174.29 0.76 0.16
Hex A 49 43 56 0 8 47 AE 4C 10
Octal 12 111 103 126 0 10 107 256 114 20
Binary 1010 1001001 1000011 1010110 0 1000 1000111 10101110 1001100 10000

Color Harmonies of #0A4943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4943

Black with #0A4943

Text Example


Text Example

White with #0A4943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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