Html Css Color HEX #09502C Zuccini

📋 copy color: '#09502C'

red 9 ◦ green 80 ◦ blue 44

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

Shades of Zuccini #09502C

Tints of Zuccini #09502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 6.77%
G = 60.15%
B = 33.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#09502C (or 0x09502C) is known color: Zuccini. HEX triplet: 09, 50 and 2C. RGB value is (9,80,44). Sum of RGB (Red+Green+Blue) = 9+80+44=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #09502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09502C is #F6AFD3. Grayscale: #363636. Windows color (decimal): -16166868 or 2904073. OLE color: 2904073.

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

Color convert

RGB 9 80 44 -
CMYK 0.89 0 0.45 0.69
HSL 149.58º 0.8% 0.17% -
HSV(B) 149.58º 0.89% 0.31% -
XYZ 3.44 5.98 3.36 -
YUV 54.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 9 80 44 0.89 0 0.45 0.69 149.58 0.8 0.17
Hex 9 50 2C 59 0 2D 45 96 50 11
Octal 11 120 54 131 0 55 105 226 120 21
Binary 1001 1010000 101100 1011001 0 101101 1000101 10010110 1010000 10001

Color Harmonies of #09502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09502C

Black with #09502C

Text Example


Text Example

White with #09502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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