Html Css Color HEX #104624 Zuccini

📋 copy color: '#104624'

red 16 ◦ green 70 ◦ blue 36

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

Shades of Zuccini #104624

Tints of Zuccini #104624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 57.38%

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

R = 13.11%
G = 57.38%
B = 29.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#104624 (or 0x104624) is known color: Zuccini. HEX triplet: 10, 46 and 24. RGB value is (16,70,36). Sum of RGB (Red+Green+Blue) = 16+70+36=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #104624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104624 is #EFB9DB. Grayscale: #323232. Windows color (decimal): -15710684 or 2377232. OLE color: 2377232.

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

Color convert

RGB 16 70 36 -
CMYK 0.77 0 0.49 0.73
HSL 142.22º 0.63% 0.17% -
HSV(B) 142.22º 0.77% 0.27% -
XYZ 2.72 4.62 2.42 -
YUV 49.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 16 70 36 0.77 0 0.49 0.73 142.22 0.63 0.17
Hex 10 46 24 4D 0 31 49 8E 3F 11
Octal 20 106 44 115 0 61 111 216 77 21
Binary 10000 1000110 100100 1001101 0 110001 1001001 10001110 111111 10001

Color Harmonies of #104624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104624

Black with #104624

Text Example


Text Example

White with #104624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104624; }

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

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

background-color css

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

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

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

border-color css

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

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

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