Html Css Color HEX #194529 Zuccini

📋 copy color: '#194529'

red 25 ◦ green 69 ◦ blue 41

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

Shades of Zuccini #194529

Tints of Zuccini #194529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.11%

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

R = 18.52%
G = 51.11%
B = 30.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#194529 (or 0x194529) is known color: Zuccini. HEX triplet: 19, 45 and 29. RGB value is (25,69,41). Sum of RGB (Red+Green+Blue) = 25+69+41=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #194529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194529 is #E6BAD6. Grayscale: #343434. Windows color (decimal): -15121111 or 2704665. OLE color: 2704665.

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

Color convert

RGB 25 69 41 -
CMYK 0.64 0 0.41 0.73
HSL 141.82º 0.47% 0.18% -
HSV(B) 141.82º 0.64% 0.27% -
XYZ 2.93 4.62 2.84 -
YUV 52.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 25 69 41 0.64 0 0.41 0.73 141.82 0.47 0.18
Hex 19 45 29 40 0 29 49 8E 2F 12
Octal 31 105 51 100 0 51 111 216 57 22
Binary 11001 1000101 101001 1000000 0 101001 1001001 10001110 101111 10010

Color Harmonies of #194529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194529

Black with #194529

Text Example


Text Example

White with #194529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194529; }

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

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

background-color css

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

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

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

border-color css

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

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

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