Html Css Color HEX #104628 Zuccini

📋 copy color: '#104628'

red 16 ◦ green 70 ◦ blue 40

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

Shades of Zuccini #104628

Tints of Zuccini #104628

RGB

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

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

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

R = 12.7%
G = 55.56%
B = 31.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#104628 (or 0x104628) is known color: Zuccini. HEX triplet: 10, 46 and 28. RGB value is (16,70,40). Sum of RGB (Red+Green+Blue) = 16+70+40=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #104628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104628 is #EFB9D7. Grayscale: #323232. Windows color (decimal): -15710680 or 2639376. OLE color: 2639376.

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

Color convert

RGB 16 70 40 -
CMYK 0.77 0 0.43 0.73
HSL 146.67º 0.63% 0.17% -
HSV(B) 146.67º 0.77% 0.27% -
XYZ 2.79 4.64 2.76 -
YUV 50.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 16 70 40 0.77 0 0.43 0.73 146.67 0.63 0.17
Hex 10 46 28 4D 0 2B 49 93 3F 11
Octal 20 106 50 115 0 53 111 223 77 21
Binary 10000 1000110 101000 1001101 0 101011 1001001 10010011 111111 10001

Color Harmonies of #104628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104628

Black with #104628

Text Example


Text Example

White with #104628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104628; }

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

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

background-color css

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

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

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

border-color css

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

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

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