Html Css Color HEX #094E2C Zuccini

📋 copy color: '#094E2C'

red 9 ◦ green 78 ◦ blue 44

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

Shades of Zuccini #094E2C

Tints of Zuccini #094E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 59.54%

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

R = 6.87%
G = 59.54%
B = 33.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#094E2C (or 0x094E2C) is known color: Zuccini. HEX triplet: 09, 4E and 2C. RGB value is (9,78,44). Sum of RGB (Red+Green+Blue) = 9+78+44=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #094E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E2C is #F6B1D3. Grayscale: #353535. Windows color (decimal): -16167380 or 2903561. OLE color: 2903561.

HSL color Cylindrical-coordinate representation of color #094E2C: hue angle of 150.43º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E2C is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 78 44 -
CMYK 0.88 0 0.44 0.69
HSL 150.43º 0.79% 0.17% -
HSV(B) 150.43º 0.88% 0.31% -
XYZ 3.29 5.69 3.31 -
YUV 53.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 9 78 44 0.88 0 0.44 0.69 150.43 0.79 0.17
Hex 9 4E 2C 58 0 2C 45 96 4F 11
Octal 11 116 54 130 0 54 105 226 117 21
Binary 1001 1001110 101100 1011000 0 101100 1000101 10010110 1001111 10001

Color Harmonies of #094E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E2C

Black with #094E2C

Text Example


Text Example

White with #094E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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