Html Css Color HEX #095026 Zuccini

📋 copy color: '#095026'

red 9 ◦ green 80 ◦ blue 38

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

Shades of Zuccini #095026

Tints of Zuccini #095026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.99%

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 7.09%
G = 62.99%
B = 29.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#095026 (or 0x095026) is known color: Zuccini. HEX triplet: 09, 50 and 26. RGB value is (9,80,38). Sum of RGB (Red+Green+Blue) = 9+80+38=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #095026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095026 is #F6AFD9. Grayscale: #363636. Windows color (decimal): -16166874 or 2510857. OLE color: 2510857.

HSL color Cylindrical-coordinate representation of color #095026: hue angle of 144.51º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095026 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 38 -
CMYK 0.89 0 0.52 0.69
HSL 144.51º 0.8% 0.17% -
HSV(B) 144.51º 0.89% 0.31% -
XYZ 3.33 5.94 2.8 -
YUV 53.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 9 80 38 0.89 0 0.52 0.69 144.51 0.8 0.17
Hex 9 50 26 59 0 34 45 91 50 11
Octal 11 120 46 131 0 64 105 221 120 21
Binary 1001 1010000 100110 1011001 0 110100 1000101 10010001 1010000 10001

Color Harmonies of #095026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095026

Black with #095026

Text Example


Text Example

White with #095026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095026; }

 p { color: rgb(9,80,38); }

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

background-color css

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

 a { background-color: rgb(9,80,38); }

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

border-color css

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

 span { border-color: rgb(9,80,38); }

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