Html Css Color HEX #094942 Cyprus

📋 copy color: '#094942'

red 9 ◦ green 73 ◦ blue 66

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

Shades of Cyprus #094942

Tints of Cyprus #094942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.59%

R = 6.08%
G = 49.32%
B = 44.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#094942 (or 0x094942) is known color: Cyprus. HEX triplet: 09, 49 and 42. RGB value is (9,73,66). Sum of RGB (Red+Green+Blue) = 9+73+66=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #094942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094942 is #F6B6BD. Grayscale: #353535. Windows color (decimal): -16168638 or 4344073. OLE color: 4344073.

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

Color convert

RGB 9 73 66 -
CMYK 0.88 0 0.10 0.71
HSL 173.44º 0.78% 0.16% -
HSV(B) 173.44º 0.88% 0.29% -
XYZ 3.48 5.22 5.98 -
YUV 53.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 9 73 66 0.88 0 0.10 0.71 173.44 0.78 0.16
Hex 9 49 42 58 0 A 47 AD 4E 10
Octal 11 111 102 130 0 12 107 255 116 20
Binary 1001 1001001 1000010 1011000 0 1010 1000111 10101101 1001110 10000

Color Harmonies of #094942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094942

Black with #094942

Text Example


Text Example

White with #094942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094942; }

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

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

background-color css

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

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

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

border-color css

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

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

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