Html Css Color HEX #084E33 County Green

📋 copy color: '#084E33'

red 8 ◦ green 78 ◦ blue 51

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

Shades of County Green #084E33

Tints of County Green #084E33

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 value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#084E33 (or 0x084E33) is known color: 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

RGB 8 78 51 -
CMYK 0.90 0 0.35 0.69
HSL 156.86º 0.81% 0.17% -
HSV(B) 156.86º 0.9% 0.31% -
XYZ 3.42 5.74 4.06 -
YUV 53.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 8 78 51 0.90 0 0.35 0.69 156.86 0.81 0.17
Hex 8 4E 33 5A 0 23 45 9D 51 11
Octal 10 116 63 132 0 43 105 235 121 21
Binary 1000 1001110 110011 1011010 0 100011 1000101 10011101 1010001 10001

Color Harmonies of #084E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E33

Black with #084E33

Text Example


Text Example

White with #084E33

Text Example


Text Example

HTML Codes & Css Web 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>