Html Css Color HEX #094E25 Zuccini

📋 copy color: '#094E25'

red 9 ◦ green 78 ◦ blue 37

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

Shades of Zuccini #094E25

Tints of Zuccini #094E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 7.26%
G = 62.9%
B = 29.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#094E25 (or 0x094E25) is known color: Zuccini. HEX triplet: 09, 4E and 25. RGB value is (9,78,37). Sum of RGB (Red+Green+Blue) = 9+78+37=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #094E25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E25 is #F6B1DA. Grayscale: #343434. Windows color (decimal): -16167387 or 2444809. OLE color: 2444809.

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

Color convert

RGB 9 78 37 -
CMYK 0.88 0 0.53 0.69
HSL 144.35º 0.79% 0.17% -
HSV(B) 144.35º 0.88% 0.31% -
XYZ 3.17 5.64 2.67 -
YUV 52.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 9 78 37 0.88 0 0.53 0.69 144.35 0.79 0.17
Hex 9 4E 25 58 0 35 45 90 4F 11
Octal 11 116 45 130 0 65 105 220 117 21
Binary 1001 1001110 100101 1011000 0 110101 1000101 10010000 1001111 10001

Color Harmonies of #094E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E25

Black with #094E25

Text Example


Text Example

White with #094E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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