#084E33

Color #084E33 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #084E33

Tints of County Green #084E33

Color information

#084E33 (or 0x084E33) is unknown color: approx County Green. HEX triplet: 08, 4E and 33. RGB value is (8,78,51). Sum of RGB (Red+Green+Blue) = 8+78+51=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #084E33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084E33 is #F7B1CC. Grayscale: #363636. Windows color (decimal): -16232909 or 3362312. OLE color: 3362312.

HSL color Cylindrical-coordinate representation of color #084E33: hue angle of 156.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E33 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB87851-
CMYK0.9000.350.69
HSL156.86º81.4%16.86%-
HSV(B)156.86º89.74%30.59%-
XYZ3.425.744.06-
YUV53.99126.3195.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 78 (30.86% from 255) = 56.93%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=5.84%
G=56.93%
B=37.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal878510.9000.350.69156.8681.416.86
Hex84E335A023459d5111
Octal101166313204310523512121
Binary1000100111011001110110100100011100010110011101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084E33; }

 p { color: rgb(8,78,51); }

 H1.HeaderClassName
 {
   color: #084E33;
 }
 .AnyTagClassName
 {
   color: #084E33;
 }
</style>
background-color css

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

 a { background-color: rgb(8,78,51); }

 div.DivClassName
 {
   background-color: #084E33;
 }
 .BgClassName
 {
   background-color: #084E33;
 }
</style>
border-color css

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

 span { border-color: rgb(8,78,51); }

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