Html Css Color HEX #09512C Zuccini

📋 copy color: '#09512C'

red 9 ◦ green 81 ◦ blue 44

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

Shades of Zuccini #09512C

Tints of Zuccini #09512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 60.45%

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

R = 6.72%
G = 60.45%
B = 32.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#09512C (or 0x09512C) is known color: Zuccini. HEX triplet: 09, 51 and 2C. RGB value is (9,81,44). Sum of RGB (Red+Green+Blue) = 9+81+44=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #09512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09512C is #F6AED3. Grayscale: #373737. Windows color (decimal): -16166612 or 2904329. OLE color: 2904329.

HSL color Cylindrical-coordinate representation of color #09512C: hue angle of 149.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09512C is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 44 -
CMYK 0.89 0 0.46 0.68
HSL 149.17º 0.8% 0.18% -
HSV(B) 149.17º 0.89% 0.32% -
XYZ 3.51 6.12 3.38 -
YUV 55.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 9 81 44 0.89 0 0.46 0.68 149.17 0.8 0.18
Hex 9 51 2C 59 0 2E 44 95 50 12
Octal 11 121 54 131 0 56 104 225 120 22
Binary 1001 1010001 101100 1011001 0 101110 1000100 10010101 1010000 10010

Color Harmonies of #09512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09512C

Black with #09512C

Text Example


Text Example

White with #09512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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