Html Css Color HEX #19472B Zuccini

📋 copy color: '#19472B'

red 25 ◦ green 71 ◦ blue 43

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

Shades of Zuccini #19472B

Tints of Zuccini #19472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 17.99%
G = 51.08%
B = 30.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#19472B (or 0x19472B) is known color: Zuccini. HEX triplet: 19, 47 and 2B. RGB value is (25,71,43). Sum of RGB (Red+Green+Blue) = 25+71+43=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #19472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19472B is #E6B8D4. Grayscale: #363636. Windows color (decimal): -15120597 or 2836249. OLE color: 2836249.

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

Color convert

RGB 25 71 43 -
CMYK 0.65 0 0.39 0.72
HSL 143.48º 0.48% 0.19% -
HSV(B) 143.48º 0.65% 0.28% -
XYZ 3.09 4.89 3.07 -
YUV 54.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 25 71 43 0.65 0 0.39 0.72 143.48 0.48 0.19
Hex 19 47 2B 41 0 27 48 8F 30 13
Octal 31 107 53 101 0 47 110 217 60 23
Binary 11001 1000111 101011 1000001 0 100111 1001000 10001111 110000 10011

Color Harmonies of #19472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19472B

Black with #19472B

Text Example


Text Example

White with #19472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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