Html Css Color HEX #194431 Zuccini

📋 copy color: '#194431'

red 25 ◦ green 68 ◦ blue 49

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

Shades of Zuccini #194431

Tints of Zuccini #194431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 17.61%
G = 47.89%
B = 34.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#194431 (or 0x194431) is known color: Zuccini. HEX triplet: 19, 44 and 31. RGB value is (25,68,49). Sum of RGB (Red+Green+Blue) = 25+68+49=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #194431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194431 is #E6BBCE. Grayscale: #353535. Windows color (decimal): -15121359 or 3228697. OLE color: 3228697.

HSL color Cylindrical-coordinate representation of color #194431: hue angle of 153.49º 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 #194431 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 68 49 -
CMYK 0.63 0 0.28 0.73
HSL 153.49º 0.46% 0.18% -
HSV(B) 153.49º 0.63% 0.27% -
XYZ 3.02 4.56 3.63 -
YUV 52.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 25 68 49 0.63 0 0.28 0.73 153.49 0.46 0.18
Hex 19 44 31 3F 0 1C 49 99 2E 12
Octal 31 104 61 77 0 34 111 231 56 22
Binary 11001 1000100 110001 111111 0 11100 1001001 10011001 101110 10010

Color Harmonies of #194431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194431

Black with #194431

Text Example


Text Example

White with #194431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194431; }

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

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

background-color css

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

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

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

border-color css

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

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

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