Html Css Color HEX #104429 Zuccini

📋 copy color: '#104429'

red 16 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #104429

Tints of Zuccini #104429

RGB

 RED value IS 16 (6.64% from 255) = 12.8%

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

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

R = 12.8%
G = 54.4%
B = 32.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#104429 (or 0x104429) is known color: Zuccini. HEX triplet: 10, 44 and 29. RGB value is (16,68,41). Sum of RGB (Red+Green+Blue) = 16+68+41=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #104429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104429 is #EFBBD6. Grayscale: #313131. Windows color (decimal): -15711191 or 2704400. OLE color: 2704400.

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

Color convert

RGB 16 68 41 -
CMYK 0.76 0 0.40 0.73
HSL 148.85º 0.62% 0.16% -
HSV(B) 148.85º 0.76% 0.27% -
XYZ 2.68 4.4 2.81 -
YUV 49.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 16 68 41 0.76 0 0.40 0.73 148.85 0.62 0.16
Hex 10 44 29 4C 0 28 49 95 3E 10
Octal 20 104 51 114 0 50 111 225 76 20
Binary 10000 1000100 101001 1001100 0 101000 1001001 10010101 111110 10000

Color Harmonies of #104429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104429

Black with #104429

Text Example


Text Example

White with #104429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104429; }

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

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

background-color css

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

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

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

border-color css

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

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

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