Html Css Color HEX #094E24 Zuccini

📋 copy color: '#094E24'

red 9 ◦ green 78 ◦ blue 36

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

Shades of Zuccini #094E24

Tints of Zuccini #094E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 7.32%
G = 63.41%
B = 29.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#094E24 (or 0x094E24) is known color: Zuccini. HEX triplet: 09, 4E and 24. RGB value is (9,78,36). Sum of RGB (Red+Green+Blue) = 9+78+36=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #094E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E24 is #F6B1DB. Grayscale: #343434. Windows color (decimal): -16167388 or 2379273. OLE color: 2379273.

HSL color Cylindrical-coordinate representation of color #094E24: hue angle of 143.48º 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 #094E24 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 78 36 -
CMYK 0.88 0 0.54 0.69
HSL 143.48º 0.79% 0.17% -
HSV(B) 143.48º 0.88% 0.31% -
XYZ 3.16 5.63 2.59 -
YUV 52.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 9 78 36 0.88 0 0.54 0.69 143.48 0.79 0.17
Hex 9 4E 24 58 0 36 45 8F 4F 11
Octal 11 116 44 130 0 66 105 217 117 21
Binary 1001 1001110 100100 1011000 0 110110 1000101 10001111 1001111 10001

Color Harmonies of #094E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E24

Black with #094E24

Text Example


Text Example

White with #094E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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