Html Css Color HEX #085333 County Green

📋 copy color: '#085333'

red 8 ◦ green 83 ◦ blue 51

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

Shades of County Green #085333

Tints of County Green #085333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.45%

 BLUE value IS 51 (20.31% from 255) = 35.92%

R = 5.63%
G = 58.45%
B = 35.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#085333 (or 0x085333) is known color: County Green. HEX triplet: 08, 53 and 33. RGB value is (8,83,51). Sum of RGB (Red+Green+Blue) = 8+83+51=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #085333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085333 is #F7ACCC. Grayscale: #383838. Windows color (decimal): -16231629 or 3363592. OLE color: 3363592.

HSL color Cylindrical-coordinate representation of color #085333: hue angle of 154.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085333 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 51 -
CMYK 0.90 0 0.39 0.67
HSL 154.4º 0.82% 0.18% -
HSV(B) 154.4º 0.9% 0.33% -
XYZ 3.79 6.48 4.18 -
YUV 56.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 8 83 51 0.90 0 0.39 0.67 154.4 0.82 0.18
Hex 8 53 33 5A 0 27 43 9A 52 12
Octal 10 123 63 132 0 47 103 232 122 22
Binary 1000 1010011 110011 1011010 0 100111 1000011 10011010 1010010 10010

Color Harmonies of #085333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085333

Black with #085333

Text Example


Text Example

White with #085333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085333; }

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

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

background-color css

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

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

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

border-color css

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

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

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