Html Css Color HEX #094945 Cyprus

📋 copy color: '#094945'

red 9 ◦ green 73 ◦ blue 69

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

Shades of Cyprus #094945

Tints of Cyprus #094945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 5.96%
G = 48.34%
B = 45.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#094945 (or 0x094945) is known color: Cyprus. HEX triplet: 09, 49 and 45. RGB value is (9,73,69). Sum of RGB (Red+Green+Blue) = 9+73+69=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #094945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094945 is #F6B6BA. Grayscale: #353535. Windows color (decimal): -16168635 or 4540681. OLE color: 4540681.

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

Color convert

RGB 9 73 69 -
CMYK 0.88 0 0.05 0.71
HSL 176.25º 0.78% 0.16% -
HSV(B) 176.25º 0.88% 0.29% -
XYZ 3.57 5.25 6.46 -
YUV 53.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 9 73 69 0.88 0 0.05 0.71 176.25 0.78 0.16
Hex 9 49 45 58 0 5 47 B0 4E 10
Octal 11 111 105 130 0 5 107 260 116 20
Binary 1001 1001001 1000101 1011000 0 101 1000111 10110000 1001110 10000

Color Harmonies of #094945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094945

Black with #094945

Text Example


Text Example

White with #094945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094945; }

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

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

background-color css

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

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

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

border-color css

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

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

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