Html Css Color HEX #164429 Zuccini

📋 copy color: '#164429'

red 22 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #164429

Tints of Zuccini #164429

RGB

 RED value IS 22 (8.98% from 255) = 16.79%

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

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

R = 16.79%
G = 51.91%
B = 31.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#164429 (or 0x164429) is known color: Zuccini. HEX triplet: 16, 44 and 29. RGB value is (22,68,41). Sum of RGB (Red+Green+Blue) = 22+68+41=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #164429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164429 is #E9BBD6. Grayscale: #333333. Windows color (decimal): -15317975 or 2704406. OLE color: 2704406.

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

Color convert

RGB 22 68 41 -
CMYK 0.68 0 0.40 0.73
HSL 144.78º 0.51% 0.18% -
HSV(B) 144.78º 0.68% 0.27% -
XYZ 2.8 4.46 2.81 -
YUV 51.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 22 68 41 0.68 0 0.40 0.73 144.78 0.51 0.18
Hex 16 44 29 44 0 28 49 91 33 12
Octal 26 104 51 104 0 50 111 221 63 22
Binary 10110 1000100 101001 1000100 0 101000 1001001 10010001 110011 10010

Color Harmonies of #164429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164429

Black with #164429

Text Example


Text Example

White with #164429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164429; }

 p { color: rgb(22,68,41); }

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

background-color css

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

 a { background-color: rgb(22,68,41); }

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

border-color css

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

 span { border-color: rgb(22,68,41); }

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