Html Css Color HEX #19422A Zuccini

📋 copy color: '#19422A'

red 25 ◦ green 66 ◦ blue 42

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

Shades of Zuccini #19422A

Tints of Zuccini #19422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

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

R = 18.8%
G = 49.62%
B = 31.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#19422A (or 0x19422A) is known color: Zuccini. HEX triplet: 19, 42 and 2A. RGB value is (25,66,42). Sum of RGB (Red+Green+Blue) = 25+66+42=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #19422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19422A is #E6BDD5. Grayscale: #333333. Windows color (decimal): -15121878 or 2769433. OLE color: 2769433.

HSL color Cylindrical-coordinate representation of color #19422A: hue angle of 144.88º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19422A is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 66 42 -
CMYK 0.62 0 0.36 0.74
HSL 144.88º 0.45% 0.18% -
HSV(B) 144.88º 0.62% 0.26% -
XYZ 2.77 4.27 2.87 -
YUV 51.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 25 66 42 0.62 0 0.36 0.74 144.88 0.45 0.18
Hex 19 42 2A 3E 0 24 4A 91 2D 12
Octal 31 102 52 76 0 44 112 221 55 22
Binary 11001 1000010 101010 111110 0 100100 1001010 10010001 101101 10010

Color Harmonies of #19422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19422A

Black with #19422A

Text Example


Text Example

White with #19422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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