Html Css Color HEX #194631 Zuccini

📋 copy color: '#194631'

red 25 ◦ green 70 ◦ blue 49

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

Shades of Zuccini #194631

Tints of Zuccini #194631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

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

R = 17.36%
G = 48.61%
B = 34.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#194631 (or 0x194631) is known color: Zuccini. HEX triplet: 19, 46 and 31. RGB value is (25,70,49). Sum of RGB (Red+Green+Blue) = 25+70+49=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #194631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194631 is #E6B9CE. Grayscale: #363636. Windows color (decimal): -15120847 or 3229209. OLE color: 3229209.

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

Color convert

RGB 25 70 49 -
CMYK 0.64 0 0.30 0.73
HSL 152º 0.47% 0.19% -
HSV(B) 152º 0.64% 0.27% -
XYZ 3.15 4.81 3.67 -
YUV 54.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 25 70 49 0.64 0 0.30 0.73 152 0.47 0.19
Hex 19 46 31 40 0 1E 49 98 2F 13
Octal 31 106 61 100 0 36 111 230 57 23
Binary 11001 1000110 110001 1000000 0 11110 1001001 10011000 101111 10011

Color Harmonies of #194631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194631

Black with #194631

Text Example


Text Example

White with #194631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194631; }

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

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

background-color css

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

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

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

border-color css

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

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

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