Html Css Color HEX #094841 Cyprus

📋 copy color: '#094841'

red 9 ◦ green 72 ◦ blue 65

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

Shades of Cyprus #094841

Tints of Cyprus #094841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 6.16%
G = 49.32%
B = 44.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#094841 (or 0x094841) is known color: Cyprus. HEX triplet: 09, 48 and 41. RGB value is (9,72,65). Sum of RGB (Red+Green+Blue) = 9+72+65=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #094841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094841 is #F6B7BE. Grayscale: #343434. Windows color (decimal): -16168895 or 4278281. OLE color: 4278281.

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

Color convert

RGB 9 72 65 -
CMYK 0.88 0 0.10 0.72
HSL 173.33º 0.78% 0.16% -
HSV(B) 173.33º 0.88% 0.28% -
XYZ 3.38 5.07 5.8 -
YUV 52.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 9 72 65 0.88 0 0.10 0.72 173.33 0.78 0.16
Hex 9 48 41 58 0 A 48 AD 4E 10
Octal 11 110 101 130 0 12 110 255 116 20
Binary 1001 1001000 1000001 1011000 0 1010 1001000 10101101 1001110 10000

Color Harmonies of #094841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094841

Black with #094841

Text Example


Text Example

White with #094841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094841; }

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

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

background-color css

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

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

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

border-color css

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

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

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