Html Css Color HEX #19472A Zuccini

📋 copy color: '#19472A'

red 25 ◦ green 71 ◦ blue 42

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

Shades of Zuccini #19472A

Tints of Zuccini #19472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.45%

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

R = 18.12%
G = 51.45%
B = 30.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#19472A (or 0x19472A) is known color: Zuccini. HEX triplet: 19, 47 and 2A. RGB value is (25,71,42). Sum of RGB (Red+Green+Blue) = 25+71+42=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #19472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19472A is #E6B8D5. Grayscale: #363636. Windows color (decimal): -15120598 or 2770713. OLE color: 2770713.

HSL color Cylindrical-coordinate representation of color #19472A: hue angle of 142.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19472A is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 71 42 -
CMYK 0.65 0 0.41 0.72
HSL 142.17º 0.48% 0.19% -
HSV(B) 142.17º 0.65% 0.28% -
XYZ 3.07 4.88 2.97 -
YUV 53.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 25 71 42 0.65 0 0.41 0.72 142.17 0.48 0.19
Hex 19 47 2A 41 0 29 48 8E 30 13
Octal 31 107 52 101 0 51 110 216 60 23
Binary 11001 1000111 101010 1000001 0 101001 1001000 10001110 110000 10011

Color Harmonies of #19472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19472A

Black with #19472A

Text Example


Text Example

White with #19472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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