Html Css Color HEX #094E2E Zuccini

📋 copy color: '#094E2E'

red 9 ◦ green 78 ◦ blue 46

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

Shades of Zuccini #094E2E

Tints of Zuccini #094E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.59%

R = 6.77%
G = 58.65%
B = 34.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#094E2E (or 0x094E2E) is known color: Zuccini. HEX triplet: 09, 4E and 2E. RGB value is (9,78,46). Sum of RGB (Red+Green+Blue) = 9+78+46=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 78 (30.86% from 255 or 58.65% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 78 - color contains mainly: green. Hex color #094E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E2E is #F6B1D1. Grayscale: #353535. Windows color (decimal): -16167378 or 3034633. OLE color: 3034633.

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

Color convert

RGB 9 78 46 -
CMYK 0.88 0 0.41 0.69
HSL 152.17º 0.79% 0.17% -
HSV(B) 152.17º 0.88% 0.31% -
XYZ 3.33 5.7 3.51 -
YUV 53.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 9 78 46 0.88 0 0.41 0.69 152.17 0.79 0.17
Hex 9 4E 2E 58 0 29 45 98 4F 11
Octal 11 116 56 130 0 51 105 230 117 21
Binary 1001 1001110 101110 1011000 0 101001 1000101 10011000 1001111 10001

Color Harmonies of #094E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E2E

Black with #094E2E

Text Example


Text Example

White with #094E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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