Html Css Color HEX #19492A Zuccini

📋 copy color: '#19492A'

red 25 ◦ green 73 ◦ blue 42

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

Shades of Zuccini #19492A

Tints of Zuccini #19492A

RGB

 RED value IS 25 (10.16% from 255) = 17.86%

 GREEN value IS 73 (28.91% from 255) = 52.14%

 BLUE value IS 42 (16.8% from 255) = 30%

R = 17.86%
G = 52.14%
B = 30%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#19492A (or 0x19492A) is known color: Zuccini. HEX triplet: 19, 49 and 2A. RGB value is (25,73,42). Sum of RGB (Red+Green+Blue) = 25+73+42=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #19492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19492A is #E6B6D5. Grayscale: #373737. Windows color (decimal): -15120086 or 2771225. OLE color: 2771225.

HSL color Cylindrical-coordinate representation of color #19492A: hue angle of 141.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19492A is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 73 42 -
CMYK 0.66 0 0.42 0.71
HSL 141.25º 0.49% 0.19% -
HSV(B) 141.25º 0.66% 0.29% -
XYZ 3.2 5.14 3.01 -
YUV 55.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 25 73 42 0.66 0 0.42 0.71 141.25 0.49 0.19
Hex 19 49 2A 42 0 2A 47 8D 31 13
Octal 31 111 52 102 0 52 107 215 61 23
Binary 11001 1001001 101010 1000010 0 101010 1000111 10001101 110001 10011

Color Harmonies of #19492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19492A

Black with #19492A

Text Example


Text Example

White with #19492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19492A; }

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

 H1.HeaderClassName
 {
   color: #19492A;
 }
 .AnyTagClassName
 {
   color: #19492A;
 }
</style>

background-color css

<style>
 a { background-color: #19492A; }

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

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

border-color css

<style>
 span { border-color: #19492A; }

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

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