Html Css Color HEX #104728 Zuccini

📋 copy color: '#104728'

red 16 ◦ green 71 ◦ blue 40

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

Shades of Zuccini #104728

Tints of Zuccini #104728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

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

R = 12.6%
G = 55.91%
B = 31.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#104728 (or 0x104728) is known color: Zuccini. HEX triplet: 10, 47 and 28. RGB value is (16,71,40). Sum of RGB (Red+Green+Blue) = 16+71+40=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #104728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104728 is #EFB8D7. Grayscale: #333333. Windows color (decimal): -15710424 or 2639632. OLE color: 2639632.

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

Color convert

RGB 16 71 40 -
CMYK 0.77 0 0.44 0.72
HSL 146.18º 0.63% 0.17% -
HSV(B) 146.18º 0.77% 0.28% -
XYZ 2.85 4.77 2.78 -
YUV 51.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 16 71 40 0.77 0 0.44 0.72 146.18 0.63 0.17
Hex 10 47 28 4D 0 2C 48 92 3F 11
Octal 20 107 50 115 0 54 110 222 77 21
Binary 10000 1000111 101000 1001101 0 101100 1001000 10010010 111111 10001

Color Harmonies of #104728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104728

Black with #104728

Text Example


Text Example

White with #104728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104728; }

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

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

background-color css

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

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

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

border-color css

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

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

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