#194D2A

Color #194D2A Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #194D2A

Tints of Zuccini #194D2A

Color information

#194D2A (or 0x194D2A) is unknown color: approx Zuccini. HEX triplet: 19, 4D and 2A. RGB value is (25,77,42). Sum of RGB (Red+Green+Blue) = 25+77+42=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #194D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D2A is #E6B2D5. Grayscale: #393939. Windows color (decimal): -15119062 or 2772249. OLE color: 2772249.

HSL color Cylindrical-coordinate representation of color #194D2A: hue angle of 139.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D2A is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB257742-
CMYK0.6800.450.70
HSL139.62º50.98%20%-
HSV(B)139.62º67.53%30.2%-
XYZ3.475.683.1-
YUV57.46119.27104.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=17.36%
G=53.47%
B=29.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577420.6800.450.70139.6250.9820
Hex194D2A4402D468c3314
Octal31115521040551062146324
Binary1100110011011010101000100010110110001101000110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194D2A; }

 p { color: rgb(25,77,42); }

 H1.HeaderClassName
 {
   color: #194D2A;
 }
 .AnyTagClassName
 {
   color: #194D2A;
 }
</style>
background-color css

<style>
 a { background-color: #194D2A; }

 a { background-color: rgb(25,77,42); }

 div.DivClassName
 {
   background-color: #194D2A;
 }
 .BgClassName
 {
   background-color: #194D2A;
 }
</style>
border-color css

<style>
 span { border-color: #194D2A; }

 span { border-color: rgb(25,77,42); }

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