Html Css Color HEX #0A4040 Cyprus

📋 copy color: '#0A4040'

red 10 ◦ green 64 ◦ blue 64

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

Shades of Cyprus #0A4040

Tints of Cyprus #0A4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.38%

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

R = 7.25%
G = 46.38%
B = 46.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0A4040 (or 0x0A4040) is known color: Cyprus. HEX triplet: 0A, 40 and 40. RGB value is (10,64,64). Sum of RGB (Red+Green+Blue) = 10+64+64=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #0A4040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4040 is #F5BFBF. Grayscale: #2F2F2F. Windows color (decimal): -16105408 or 4210698. OLE color: 4210698.

HSL color Cylindrical-coordinate representation of color #0A4040: hue angle of 180º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4040 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 64 -
CMYK 0.84 0 0 0.75
HSL 180º 0.73% 0.15% -
HSV(B) 180º 0.84% 0.25% -
XYZ 2.88 4.1 5.49 -
YUV 47.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 10 64 64 0.84 0 0 0.75 180 0.73 0.15
Hex A 40 40 54 0 0 4B B4 49 F
Octal 12 100 100 124 0 0 113 264 111 17
Binary 1010 1000000 1000000 1010100 0 0 1001011 10110100 1001001 1111

Color Harmonies of #0A4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4040

Black with #0A4040

Text Example


Text Example

White with #0A4040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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