Html Css Color HEX #104724 Zuccini

📋 copy color: '#104724'

red 16 ◦ green 71 ◦ blue 36

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

Shades of Zuccini #104724

Tints of Zuccini #104724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 13.01%
G = 57.72%
B = 29.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#104724 (or 0x104724) is known color: Zuccini. HEX triplet: 10, 47 and 24. RGB value is (16,71,36). Sum of RGB (Red+Green+Blue) = 16+71+36=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #104724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104724 is #EFB8DB. Grayscale: #323232. Windows color (decimal): -15710428 or 2377488. OLE color: 2377488.

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

Color convert

RGB 16 71 36 -
CMYK 0.77 0 0.49 0.72
HSL 141.82º 0.63% 0.17% -
HSV(B) 141.82º 0.77% 0.28% -
XYZ 2.79 4.74 2.44 -
YUV 50.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 16 71 36 0.77 0 0.49 0.72 141.82 0.63 0.17
Hex 10 47 24 4D 0 31 48 8E 3F 11
Octal 20 107 44 115 0 61 110 216 77 21
Binary 10000 1000111 100100 1001101 0 110001 1001000 10001110 111111 10001

Color Harmonies of #104724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104724

Black with #104724

Text Example


Text Example

White with #104724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104724; }

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

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

background-color css

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

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

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

border-color css

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

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

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