Html Css Color HEX #0A4841 Cyprus

📋 copy color: '#0A4841'

red 10 ◦ green 72 ◦ blue 65

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

Shades of Cyprus #0A4841

Tints of Cyprus #0A4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 65 (25.78% from 255) = 44.22%

R = 6.8%
G = 48.98%
B = 44.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#0A4841 (or 0x0A4841) is known color: Cyprus. HEX triplet: 0A, 48 and 41. RGB value is (10,72,65). Sum of RGB (Red+Green+Blue) = 10+72+65=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4841 is #F5B7BE. Grayscale: #343434. Windows color (decimal): -16103359 or 4278282. OLE color: 4278282.

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

Color convert

RGB 10 72 65 -
CMYK 0.86 0 0.10 0.72
HSL 173.23º 0.76% 0.16% -
HSV(B) 173.23º 0.86% 0.28% -
XYZ 3.4 5.08 5.8 -
YUV 52.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 10 72 65 0.86 0 0.10 0.72 173.23 0.76 0.16
Hex A 48 41 56 0 A 48 AD 4C 10
Octal 12 110 101 126 0 12 110 255 114 20
Binary 1010 1001000 1000001 1010110 0 1010 1001000 10101101 1001100 10000

Color Harmonies of #0A4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4841

Black with #0A4841

Text Example


Text Example

White with #0A4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,65); }

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

background-color css

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

 a { background-color: rgb(10,72,65); }

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

border-color css

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

 span { border-color: rgb(10,72,65); }

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