Html Css Color HEX #104929 Zuccini

📋 copy color: '#104929'

red 16 ◦ green 73 ◦ blue 41

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

Shades of Zuccini #104929

Tints of Zuccini #104929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.15%

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

R = 12.31%
G = 56.15%
B = 31.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#104929 (or 0x104929) is known color: Zuccini. HEX triplet: 10, 49 and 29. RGB value is (16,73,41). Sum of RGB (Red+Green+Blue) = 16+73+41=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #104929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104929 is #EFB6D6. Grayscale: #343434. Windows color (decimal): -15709911 or 2705680. OLE color: 2705680.

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

Color convert

RGB 16 73 41 -
CMYK 0.78 0 0.44 0.71
HSL 146.32º 0.64% 0.17% -
HSV(B) 146.32º 0.78% 0.29% -
XYZ 3 5.04 2.91 -
YUV 52.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 16 73 41 0.78 0 0.44 0.71 146.32 0.64 0.17
Hex 10 49 29 4E 0 2C 47 92 40 11
Octal 20 111 51 116 0 54 107 222 100 21
Binary 10000 1001001 101001 1001110 0 101100 1000111 10010010 1000000 10001

Color Harmonies of #104929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104929

Black with #104929

Text Example


Text Example

White with #104929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104929; }

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

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

background-color css

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

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

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

border-color css

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

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

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