Html Css Color HEX #085332 County Green

📋 copy color: '#085332'

red 8 ◦ green 83 ◦ blue 50

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

Shades of County Green #085332

Tints of County Green #085332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.46%

R = 5.67%
G = 58.87%
B = 35.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#085332 (or 0x085332) is known color: County Green. HEX triplet: 08, 53 and 32. RGB value is (8,83,50). Sum of RGB (Red+Green+Blue) = 8+83+50=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #085332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085332 is #F7ACCD. Grayscale: #383838. Windows color (decimal): -16231630 or 3298056. OLE color: 3298056.

HSL color Cylindrical-coordinate representation of color #085332: hue angle of 153.6º 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 #085332 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 50 -
CMYK 0.90 0 0.40 0.67
HSL 153.6º 0.82% 0.18% -
HSV(B) 153.6º 0.9% 0.33% -
XYZ 3.77 6.47 4.07 -
YUV 56.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 8 83 50 0.90 0 0.40 0.67 153.6 0.82 0.18
Hex 8 53 32 5A 0 28 43 9A 52 12
Octal 10 123 62 132 0 50 103 232 122 22
Binary 1000 1010011 110010 1011010 0 101000 1000011 10011010 1010010 10010

Color Harmonies of #085332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085332

Black with #085332

Text Example


Text Example

White with #085332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085332; }

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

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

background-color css

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

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

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

border-color css

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

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

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