Html Css Color HEX #194828 Zuccini

📋 copy color: '#194828'

red 25 ◦ green 72 ◦ blue 40

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

Shades of Zuccini #194828

Tints of Zuccini #194828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.55%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 18.25%
G = 52.55%
B = 29.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#194828 (or 0x194828) is known color: Zuccini. HEX triplet: 19, 48 and 28. RGB value is (25,72,40). Sum of RGB (Red+Green+Blue) = 25+72+40=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #194828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194828 is #E6B7D7. Grayscale: #363636. Windows color (decimal): -15120344 or 2639897. OLE color: 2639897.

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

Color convert

RGB 25 72 40 -
CMYK 0.65 0 0.44 0.72
HSL 139.15º 0.48% 0.19% -
HSV(B) 139.15º 0.65% 0.28% -
XYZ 3.1 4.99 2.81 -
YUV 54.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 25 72 40 0.65 0 0.44 0.72 139.15 0.48 0.19
Hex 19 48 28 41 0 2C 48 8B 30 13
Octal 31 110 50 101 0 54 110 213 60 23
Binary 11001 1001000 101000 1000001 0 101100 1001000 10001011 110000 10011

Color Harmonies of #194828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194828

Black with #194828

Text Example


Text Example

White with #194828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194828; }

 p { color: rgb(25,72,40); }

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

background-color css

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

 a { background-color: rgb(25,72,40); }

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

border-color css

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

 span { border-color: rgb(25,72,40); }

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