Html Css Color HEX #084842 Cyprus

📋 copy color: '#084842'

red 8 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #084842

Tints of Cyprus #084842

RGB

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

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

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

R = 5.48%
G = 49.32%
B = 45.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#084842 (or 0x084842) is known color: Cyprus. HEX triplet: 08, 48 and 42. RGB value is (8,72,66). Sum of RGB (Red+Green+Blue) = 8+72+66=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #084842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084842 is #F7B7BD. Grayscale: #343434. Windows color (decimal): -16234430 or 4343816. OLE color: 4343816.

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

Color convert

RGB 8 72 66 -
CMYK 0.89 0 0.08 0.72
HSL 174.38º 0.8% 0.16% -
HSV(B) 174.38º 0.89% 0.28% -
XYZ 3.4 5.08 5.96 -
YUV 52.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 8 72 66 0.89 0 0.08 0.72 174.38 0.8 0.16
Hex 8 48 42 59 0 8 48 AE 50 10
Octal 10 110 102 131 0 10 110 256 120 20
Binary 1000 1001000 1000010 1011001 0 1000 1001000 10101110 1010000 10000

Color Harmonies of #084842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084842

Black with #084842

Text Example


Text Example

White with #084842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084842; }

 p { color: rgb(8,72,66); }

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

background-color css

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

 a { background-color: rgb(8,72,66); }

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

border-color css

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

 span { border-color: rgb(8,72,66); }

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