Html Css Color HEX #094E30 Zuccini

📋 copy color: '#094E30'

red 9 ◦ green 78 ◦ blue 48

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

Shades of Zuccini #094E30

Tints of Zuccini #094E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 6.67%
G = 57.78%
B = 35.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#094E30 (or 0x094E30) is known color: Zuccini. HEX triplet: 09, 4E and 30. RGB value is (9,78,48). Sum of RGB (Red+Green+Blue) = 9+78+48=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #094E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E30 is #F6B1CF. Grayscale: #363636. Windows color (decimal): -16167376 or 3165705. OLE color: 3165705.

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

Color convert

RGB 9 78 48 -
CMYK 0.88 0 0.38 0.69
HSL 153.91º 0.79% 0.17% -
HSV(B) 153.91º 0.88% 0.31% -
XYZ 3.37 5.72 3.72 -
YUV 53.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 9 78 48 0.88 0 0.38 0.69 153.91 0.79 0.17
Hex 9 4E 30 58 0 26 45 9A 4F 11
Octal 11 116 60 130 0 46 105 232 117 21
Binary 1001 1001110 110000 1011000 0 100110 1000101 10011010 1001111 10001

Color Harmonies of #094E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E30

Black with #094E30

Text Example


Text Example

White with #094E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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