Html Css Color HEX #095131 Zuccini

📋 copy color: '#095131'

red 9 ◦ green 81 ◦ blue 49

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

Shades of Zuccini #095131

Tints of Zuccini #095131

RGB

 RED value IS 9 (3.91% from 255) = 6.47%

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

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

R = 6.47%
G = 58.27%
B = 35.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#095131 (or 0x095131) is known color: Zuccini. HEX triplet: 09, 51 and 31. RGB value is (9,81,49). Sum of RGB (Red+Green+Blue) = 9+81+49=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #095131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095131 is #F6AECE. Grayscale: #373737. Windows color (decimal): -16166607 or 3232009. OLE color: 3232009.

HSL color Cylindrical-coordinate representation of color #095131: hue angle of 153.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095131 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 49 -
CMYK 0.89 0 0.40 0.68
HSL 153.33º 0.8% 0.18% -
HSV(B) 153.33º 0.89% 0.32% -
XYZ 3.61 6.16 3.91 -
YUV 55.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 9 81 49 0.89 0 0.40 0.68 153.33 0.8 0.18
Hex 9 51 31 59 0 28 44 99 50 12
Octal 11 121 61 131 0 50 104 231 120 22
Binary 1001 1010001 110001 1011001 0 101000 1000100 10011001 1010000 10010

Color Harmonies of #095131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095131

Black with #095131

Text Example


Text Example

White with #095131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095131; }

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

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

background-color css

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

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

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

border-color css

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

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

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