Html Css Color HEX #194429 Zuccini

📋 copy color: '#194429'

red 25 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #194429

Tints of Zuccini #194429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.75%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 18.66%
G = 50.75%
B = 30.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#194429 (or 0x194429) is known color: Zuccini. HEX triplet: 19, 44 and 29. RGB value is (25,68,41). Sum of RGB (Red+Green+Blue) = 25+68+41=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #194429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194429 is #E6BBD6. Grayscale: #343434. Windows color (decimal): -15121367 or 2704409. OLE color: 2704409.

HSL color Cylindrical-coordinate representation of color #194429: hue angle of 142.33º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194429 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 68 41 -
CMYK 0.63 0 0.40 0.73
HSL 142.33º 0.46% 0.18% -
HSV(B) 142.33º 0.63% 0.27% -
XYZ 2.87 4.5 2.82 -
YUV 52.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 25 68 41 0.63 0 0.40 0.73 142.33 0.46 0.18
Hex 19 44 29 3F 0 28 49 8E 2E 12
Octal 31 104 51 77 0 50 111 216 56 22
Binary 11001 1000100 101001 111111 0 101000 1001001 10001110 101110 10010

Color Harmonies of #194429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194429

Black with #194429

Text Example


Text Example

White with #194429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194429; }

 p { color: rgb(25,68,41); }

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

background-color css

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

 a { background-color: rgb(25,68,41); }

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

border-color css

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

 span { border-color: rgb(25,68,41); }

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