Html Css Color HEX #19482A Zuccini

📋 copy color: '#19482A'

red 25 ◦ green 72 ◦ blue 42

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

Shades of Zuccini #19482A

Tints of Zuccini #19482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.8%

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

R = 17.99%
G = 51.8%
B = 30.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#19482A (or 0x19482A) is known color: Zuccini. HEX triplet: 19, 48 and 2A. RGB value is (25,72,42). Sum of RGB (Red+Green+Blue) = 25+72+42=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #19482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19482A is #E6B7D5. Grayscale: #363636. Windows color (decimal): -15120342 or 2770969. OLE color: 2770969.

HSL color Cylindrical-coordinate representation of color #19482A: hue angle of 141.7º 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 #19482A is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 72 42 -
CMYK 0.65 0 0.42 0.72
HSL 141.7º 0.48% 0.19% -
HSV(B) 141.7º 0.65% 0.28% -
XYZ 3.14 5.01 2.99 -
YUV 54.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 25 72 42 0.65 0 0.42 0.72 141.7 0.48 0.19
Hex 19 48 2A 41 0 2A 48 8E 30 13
Octal 31 110 52 101 0 52 110 216 60 23
Binary 11001 1001000 101010 1000001 0 101010 1001000 10001110 110000 10011

Color Harmonies of #19482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19482A

Black with #19482A

Text Example


Text Example

White with #19482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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