Html Css Color HEX #094840 Cyprus

📋 copy color: '#094840'

red 9 ◦ green 72 ◦ blue 64

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

Shades of Cyprus #094840

Tints of Cyprus #094840

RGB

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

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

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

R = 6.21%
G = 49.66%
B = 44.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#094840 (or 0x094840) is known color: Cyprus. HEX triplet: 09, 48 and 40. RGB value is (9,72,64). Sum of RGB (Red+Green+Blue) = 9+72+64=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #094840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094840 is #F6B7BF. Grayscale: #343434. Windows color (decimal): -16168896 or 4212745. OLE color: 4212745.

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

Color convert

RGB 9 72 64 -
CMYK 0.88 0 0.11 0.72
HSL 172.38º 0.78% 0.16% -
HSV(B) 172.38º 0.88% 0.28% -
XYZ 3.36 5.06 5.65 -
YUV 52.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 9 72 64 0.88 0 0.11 0.72 172.38 0.78 0.16
Hex 9 48 40 58 0 B 48 AC 4E 10
Octal 11 110 100 130 0 13 110 254 116 20
Binary 1001 1001000 1000000 1011000 0 1011 1001000 10101100 1001110 10000

Color Harmonies of #094840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094840

Black with #094840

Text Example


Text Example

White with #094840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094840; }

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

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

background-color css

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

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

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

border-color css

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

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

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