Html Css Color HEX #104626 Zuccini

📋 copy color: '#104626'

red 16 ◦ green 70 ◦ blue 38

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

Shades of Zuccini #104626

Tints of Zuccini #104626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.65%

R = 12.9%
G = 56.45%
B = 30.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#104626 (or 0x104626) is known color: Zuccini. HEX triplet: 10, 46 and 26. RGB value is (16,70,38). Sum of RGB (Red+Green+Blue) = 16+70+38=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #104626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104626 is #EFB9D9. Grayscale: #323232. Windows color (decimal): -15710682 or 2508304. OLE color: 2508304.

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

Color convert

RGB 16 70 38 -
CMYK 0.77 0 0.46 0.73
HSL 144.44º 0.63% 0.17% -
HSV(B) 144.44º 0.77% 0.27% -
XYZ 2.75 4.63 2.58 -
YUV 50.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 16 70 38 0.77 0 0.46 0.73 144.44 0.63 0.17
Hex 10 46 26 4D 0 2E 49 90 3F 11
Octal 20 106 46 115 0 56 111 220 77 21
Binary 10000 1000110 100110 1001101 0 101110 1001001 10010000 111111 10001

Color Harmonies of #104626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104626

Black with #104626

Text Example


Text Example

White with #104626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104626; }

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

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

background-color css

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

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

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

border-color css

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

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

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