Html Css Color HEX #19422D Zuccini

📋 copy color: '#19422D'

red 25 ◦ green 66 ◦ blue 45

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

Shades of Zuccini #19422D

Tints of Zuccini #19422D

RGB

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

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

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

R = 18.38%
G = 48.53%
B = 33.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#19422D (or 0x19422D) is known color: Zuccini. HEX triplet: 19, 42 and 2D. RGB value is (25,66,45). Sum of RGB (Red+Green+Blue) = 25+66+45=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #19422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19422D is #E6BDD2. Grayscale: #333333. Windows color (decimal): -15121875 or 2966041. OLE color: 2966041.

HSL color Cylindrical-coordinate representation of color #19422D: hue angle of 149.27º 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 #19422D is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 66 45 -
CMYK 0.62 0 0.32 0.74
HSL 149.27º 0.45% 0.18% -
HSV(B) 149.27º 0.62% 0.26% -
XYZ 2.82 4.29 3.16 -
YUV 51.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 25 66 45 0.62 0 0.32 0.74 149.27 0.45 0.18
Hex 19 42 2D 3E 0 20 4A 95 2D 12
Octal 31 102 55 76 0 40 112 225 55 22
Binary 11001 1000010 101101 111110 0 100000 1001010 10010101 101101 10010

Color Harmonies of #19422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19422D

Black with #19422D

Text Example


Text Example

White with #19422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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