Html Css Color HEX #09502D Zuccini

📋 copy color: '#09502D'

red 9 ◦ green 80 ◦ blue 45

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

Shades of Zuccini #09502D

Tints of Zuccini #09502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 6.72%
G = 59.7%
B = 33.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#09502D (or 0x09502D) is known color: Zuccini. HEX triplet: 09, 50 and 2D. RGB value is (9,80,45). Sum of RGB (Red+Green+Blue) = 9+80+45=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #09502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09502D is #F6AFD2. Grayscale: #363636. Windows color (decimal): -16166867 or 2969609. OLE color: 2969609.

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

Color convert

RGB 9 80 45 -
CMYK 0.89 0 0.44 0.69
HSL 150.42º 0.8% 0.17% -
HSV(B) 150.42º 0.89% 0.31% -
XYZ 3.45 5.98 3.46 -
YUV 54.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 9 80 45 0.89 0 0.44 0.69 150.42 0.8 0.17
Hex 9 50 2D 59 0 2C 45 96 50 11
Octal 11 120 55 131 0 54 105 226 120 21
Binary 1001 1010000 101101 1011001 0 101100 1000101 10010110 1010000 10001

Color Harmonies of #09502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09502D

Black with #09502D

Text Example


Text Example

White with #09502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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