Html Css Color HEX #095030 Zuccini

📋 copy color: '#095030'

red 9 ◦ green 80 ◦ blue 48

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

Shades of Zuccini #095030

Tints of Zuccini #095030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 6.57%
G = 58.39%
B = 35.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.69

RGB Variations

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

Color information

#095030 (or 0x095030) is known color: Zuccini. HEX triplet: 09, 50 and 30. RGB value is (9,80,48). Sum of RGB (Red+Green+Blue) = 9+80+48=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #095030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095030 is #F6AFCF. Grayscale: #373737. Windows color (decimal): -16166864 or 3166217. OLE color: 3166217.

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

Color convert

RGB 9 80 48 -
CMYK 0.89 0 0.40 0.69
HSL 152.96º 0.8% 0.17% -
HSV(B) 152.96º 0.89% 0.31% -
XYZ 3.51 6.01 3.77 -
YUV 55.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 9 80 48 0.89 0 0.40 0.69 152.96 0.8 0.17
Hex 9 50 30 59 0 28 45 99 50 11
Octal 11 120 60 131 0 50 105 231 120 21
Binary 1001 1010000 110000 1011001 0 101000 1000101 10011001 1010000 10001

Color Harmonies of #095030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095030

Black with #095030

Text Example


Text Example

White with #095030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095030; }

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

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

background-color css

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

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

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

border-color css

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

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

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