Html Css Color HEX #094D2D Zuccini

📋 copy color: '#094D2D'

red 9 ◦ green 77 ◦ blue 45

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

Shades of Zuccini #094D2D

Tints of Zuccini #094D2D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 58.78%

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

R = 6.87%
G = 58.78%
B = 34.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#094D2D (or 0x094D2D) is known color: Zuccini. HEX triplet: 09, 4D and 2D. RGB value is (9,77,45). Sum of RGB (Red+Green+Blue) = 9+77+45=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #094D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D2D is #F6B2D2. Grayscale: #353535. Windows color (decimal): -16167635 or 2968841. OLE color: 2968841.

HSL color Cylindrical-coordinate representation of color #094D2D: hue angle of 151.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D2D is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 77 45 -
CMYK 0.88 0 0.42 0.70
HSL 151.76º 0.79% 0.17% -
HSV(B) 151.76º 0.88% 0.3% -
XYZ 3.24 5.56 3.38 -
YUV 53.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 9 77 45 0.88 0 0.42 0.70 151.76 0.79 0.17
Hex 9 4D 2D 58 0 2A 46 98 4F 11
Octal 11 115 55 130 0 52 106 230 117 21
Binary 1001 1001101 101101 1011000 0 101010 1000110 10011000 1001111 10001

Color Harmonies of #094D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D2D

Black with #094D2D

Text Example


Text Example

White with #094D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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