Html Css Color HEX #104829 Zuccini

📋 copy color: '#104829'

red 16 ◦ green 72 ◦ blue 41

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

Shades of Zuccini #104829

Tints of Zuccini #104829

RGB

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

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

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

R = 12.4%
G = 55.81%
B = 31.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#104829 (or 0x104829) is known color: Zuccini. HEX triplet: 10, 48 and 29. RGB value is (16,72,41). Sum of RGB (Red+Green+Blue) = 16+72+41=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #104829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104829 is #EFB7D6. Grayscale: #333333. Windows color (decimal): -15710167 or 2705424. OLE color: 2705424.

HSL color Cylindrical-coordinate representation of color #104829: hue angle of 146.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104829 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 41 -
CMYK 0.78 0 0.43 0.72
HSL 146.79º 0.64% 0.17% -
HSV(B) 146.79º 0.78% 0.28% -
XYZ 2.93 4.9 2.89 -
YUV 51.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 16 72 41 0.78 0 0.43 0.72 146.79 0.64 0.17
Hex 10 48 29 4E 0 2B 48 93 40 11
Octal 20 110 51 116 0 53 110 223 100 21
Binary 10000 1001000 101001 1001110 0 101011 1001000 10010011 1000000 10001

Color Harmonies of #104829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104829

Black with #104829

Text Example


Text Example

White with #104829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104829; }

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

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

background-color css

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

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

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

border-color css

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

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

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