Html Css Color HEX #104828 Zuccini

📋 copy color: '#104828'

red 16 ◦ green 72 ◦ blue 40

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

Shades of Zuccini #104828

Tints of Zuccini #104828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 12.5%
G = 56.25%
B = 31.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#104828 (or 0x104828) is known color: Zuccini. HEX triplet: 10, 48 and 28. RGB value is (16,72,40). Sum of RGB (Red+Green+Blue) = 16+72+40=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #104828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104828 is #EFB7D7. Grayscale: #333333. Windows color (decimal): -15710168 or 2639888. OLE color: 2639888.

HSL color Cylindrical-coordinate representation of color #104828: hue angle of 145.71º 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 #104828 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 40 -
CMYK 0.78 0 0.44 0.72
HSL 145.71º 0.64% 0.17% -
HSV(B) 145.71º 0.78% 0.28% -
XYZ 2.91 4.9 2.8 -
YUV 51.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 16 72 40 0.78 0 0.44 0.72 145.71 0.64 0.17
Hex 10 48 28 4E 0 2C 48 92 40 11
Octal 20 110 50 116 0 54 110 222 100 21
Binary 10000 1001000 101000 1001110 0 101100 1001000 10010010 1000000 10001

Color Harmonies of #104828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104828

Black with #104828

Text Example


Text Example

White with #104828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104828; }

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

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

background-color css

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

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

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

border-color css

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

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

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