Html Css Color HEX #09502B Zuccini

📋 copy color: '#09502B'

red 9 ◦ green 80 ◦ blue 43

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

Shades of Zuccini #09502B

Tints of Zuccini #09502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 6.82%
G = 60.61%
B = 32.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#09502B (or 0x09502B) is known color: Zuccini. HEX triplet: 09, 50 and 2B. RGB value is (9,80,43). Sum of RGB (Red+Green+Blue) = 9+80+43=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #09502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09502B is #F6AFD4. Grayscale: #363636. Windows color (decimal): -16166869 or 2838537. OLE color: 2838537.

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

Color convert

RGB 9 80 43 -
CMYK 0.89 0 0.46 0.69
HSL 148.73º 0.8% 0.17% -
HSV(B) 148.73º 0.89% 0.31% -
XYZ 3.42 5.97 3.26 -
YUV 54.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 9 80 43 0.89 0 0.46 0.69 148.73 0.8 0.17
Hex 9 50 2B 59 0 2E 45 95 50 11
Octal 11 120 53 131 0 56 105 225 120 21
Binary 1001 1010000 101011 1011001 0 101110 1000101 10010101 1010000 10001

Color Harmonies of #09502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09502B

Black with #09502B

Text Example


Text Example

White with #09502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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