Html Css Color HEX #19412F Zuccini

📋 copy color: '#19412F'

red 25 ◦ green 65 ◦ blue 47

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

Shades of Zuccini #19412F

Tints of Zuccini #19412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 18.25%
G = 47.45%
B = 34.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#19412F (or 0x19412F) is known color: Zuccini. HEX triplet: 19, 41 and 2F. RGB value is (25,65,47). Sum of RGB (Red+Green+Blue) = 25+65+47=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #19412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19412F is #E6BED0. Grayscale: #333333. Windows color (decimal): -15122129 or 3096857. OLE color: 3096857.

HSL color Cylindrical-coordinate representation of color #19412F: hue angle of 153º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19412F is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 65 47 -
CMYK 0.62 0 0.28 0.75
HSL 153º 0.44% 0.18% -
HSV(B) 153º 0.62% 0.25% -
XYZ 2.8 4.19 3.35 -
YUV 50.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 25 65 47 0.62 0 0.28 0.75 153 0.44 0.18
Hex 19 41 2F 3E 0 1C 4B 99 2C 12
Octal 31 101 57 76 0 34 113 231 54 22
Binary 11001 1000001 101111 111110 0 11100 1001011 10011001 101100 10010

Color Harmonies of #19412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19412F

Black with #19412F

Text Example


Text Example

White with #19412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19412F; }

 p { color: rgb(25,65,47); }

 H1.HeaderClassName
 {
   color: #19412F;
 }
 .AnyTagClassName
 {
   color: #19412F;
 }
</style>

background-color css

<style>
 a { background-color: #19412F; }

 a { background-color: rgb(25,65,47); }

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

border-color css

<style>
 span { border-color: #19412F; }

 span { border-color: rgb(25,65,47); }

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