Html Css Color HEX #094940 Cyprus

📋 copy color: '#094940'

red 9 ◦ green 73 ◦ blue 64

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

Shades of Cyprus #094940

Tints of Cyprus #094940

RGB

 RED value IS 9 (3.91% from 255) = 6.16%

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

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

R = 6.16%
G = 50%
B = 43.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#094940 (or 0x094940) is known color: Cyprus. HEX triplet: 09, 49 and 40. RGB value is (9,73,64). Sum of RGB (Red+Green+Blue) = 9+73+64=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #094940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094940 is #F6B6BF. Grayscale: #343434. Windows color (decimal): -16168640 or 4213001. OLE color: 4213001.

HSL color Cylindrical-coordinate representation of color #094940: hue angle of 171.56º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094940 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 64 -
CMYK 0.88 0 0.12 0.71
HSL 171.56º 0.78% 0.16% -
HSV(B) 171.56º 0.88% 0.29% -
XYZ 3.42 5.19 5.67 -
YUV 52.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 9 73 64 0.88 0 0.12 0.71 171.56 0.78 0.16
Hex 9 49 40 58 0 C 47 AC 4E 10
Octal 11 111 100 130 0 14 107 254 116 20
Binary 1001 1001001 1000000 1011000 0 1100 1000111 10101100 1001110 10000

Color Harmonies of #094940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094940

Black with #094940

Text Example


Text Example

White with #094940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094940; }

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

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

background-color css

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

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

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

border-color css

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

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

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