Html Css Color HEX #094E2D Zuccini

📋 copy color: '#094E2D'

red 9 ◦ green 78 ◦ blue 45

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

Shades of Zuccini #094E2D

Tints of Zuccini #094E2D

RGB

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

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

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

R = 6.82%
G = 59.09%
B = 34.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#094E2D (or 0x094E2D) is known color: Zuccini. HEX triplet: 09, 4E and 2D. RGB value is (9,78,45). Sum of RGB (Red+Green+Blue) = 9+78+45=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #094E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E2D is #F6B1D2. Grayscale: #353535. Windows color (decimal): -16167379 or 2969097. OLE color: 2969097.

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

Color convert

RGB 9 78 45 -
CMYK 0.88 0 0.42 0.69
HSL 151.3º 0.79% 0.17% -
HSV(B) 151.3º 0.88% 0.31% -
XYZ 3.31 5.7 3.41 -
YUV 53.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 9 78 45 0.88 0 0.42 0.69 151.3 0.79 0.17
Hex 9 4E 2D 58 0 2A 45 97 4F 11
Octal 11 116 55 130 0 52 105 227 117 21
Binary 1001 1001110 101101 1011000 0 101010 1000101 10010111 1001111 10001

Color Harmonies of #094E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E2D

Black with #094E2D

Text Example


Text Example

White with #094E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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