Html Css Color HEX #084941 Cyprus

📋 copy color: '#084941'

red 8 ◦ green 73 ◦ blue 65

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

Shades of Cyprus #084941

Tints of Cyprus #084941

RGB

 RED value IS 8 (3.52% from 255) = 5.48%

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

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

R = 5.48%
G = 50%
B = 44.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#084941 (or 0x084941) is known color: Cyprus. HEX triplet: 08, 49 and 41. RGB value is (8,73,65). Sum of RGB (Red+Green+Blue) = 8+73+65=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #084941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084941 is #F7B6BE. Grayscale: #343434. Windows color (decimal): -16234175 or 4278536. OLE color: 4278536.

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

Color convert

RGB 8 73 65 -
CMYK 0.89 0 0.11 0.71
HSL 172.62º 0.8% 0.16% -
HSV(B) 172.62º 0.89% 0.29% -
XYZ 3.44 5.2 5.82 -
YUV 52.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 8 73 65 0.89 0 0.11 0.71 172.62 0.8 0.16
Hex 8 49 41 59 0 B 47 AD 50 10
Octal 10 111 101 131 0 13 107 255 120 20
Binary 1000 1001001 1000001 1011001 0 1011 1000111 10101101 1010000 10000

Color Harmonies of #084941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084941

Black with #084941

Text Example


Text Example

White with #084941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084941; }

 p { color: rgb(8,73,65); }

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

background-color css

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

 a { background-color: rgb(8,73,65); }

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

border-color css

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

 span { border-color: rgb(8,73,65); }

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