Html Css Color HEX #085131 Zuccini

📋 copy color: '#085131'

red 8 ◦ green 81 ◦ blue 49

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

Shades of Zuccini #085131

Tints of Zuccini #085131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.7%

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 5.8%
G = 58.7%
B = 35.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#085131 (or 0x085131) is known color: Zuccini. HEX triplet: 08, 51 and 31. RGB value is (8,81,49). Sum of RGB (Red+Green+Blue) = 8+81+49=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #085131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085131 is #F7AECE. Grayscale: #373737. Windows color (decimal): -16232143 or 3232008. OLE color: 3232008.

HSL color Cylindrical-coordinate representation of color #085131: hue angle of 153.7º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085131 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 49 -
CMYK 0.90 0 0.40 0.68
HSL 153.7º 0.82% 0.17% -
HSV(B) 153.7º 0.9% 0.32% -
XYZ 3.6 6.16 3.9 -
YUV 55.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 8 81 49 0.90 0 0.40 0.68 153.7 0.82 0.17
Hex 8 51 31 5A 0 28 44 9A 52 11
Octal 10 121 61 132 0 50 104 232 122 21
Binary 1000 1010001 110001 1011010 0 101000 1000100 10011010 1010010 10001

Color Harmonies of #085131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085131

Black with #085131

Text Example


Text Example

White with #085131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085131; }

 p { color: rgb(8,81,49); }

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

background-color css

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

 a { background-color: rgb(8,81,49); }

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

border-color css

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

 span { border-color: rgb(8,81,49); }

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