Html Css Color HEX #194830 Zuccini

📋 copy color: '#194830'

red 25 ◦ green 72 ◦ blue 48

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

Shades of Zuccini #194830

Tints of Zuccini #194830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 17.24%
G = 49.66%
B = 33.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#194830 (or 0x194830) is known color: Zuccini. HEX triplet: 19, 48 and 30. RGB value is (25,72,48). Sum of RGB (Red+Green+Blue) = 25+72+48=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #194830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194830 is #E6B7CF. Grayscale: #373737. Windows color (decimal): -15120336 or 3164185. OLE color: 3164185.

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

Color convert

RGB 25 72 48 -
CMYK 0.65 0 0.33 0.72
HSL 149.36º 0.48% 0.19% -
HSV(B) 149.36º 0.65% 0.28% -
XYZ 3.25 5.05 3.6 -
YUV 55.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 25 72 48 0.65 0 0.33 0.72 149.36 0.48 0.19
Hex 19 48 30 41 0 21 48 95 30 13
Octal 31 110 60 101 0 41 110 225 60 23
Binary 11001 1001000 110000 1000001 0 100001 1001000 10010101 110000 10011

Color Harmonies of #194830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194830

Black with #194830

Text Example


Text Example

White with #194830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194830; }

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

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

background-color css

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

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

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

border-color css

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

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

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