Html Css Color HEX #104428 Zuccini

📋 copy color: '#104428'

red 16 ◦ green 68 ◦ blue 40

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

Shades of Zuccini #104428

Tints of Zuccini #104428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.84%

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

R = 12.9%
G = 54.84%
B = 32.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#104428 (or 0x104428) is known color: Zuccini. HEX triplet: 10, 44 and 28. RGB value is (16,68,40). Sum of RGB (Red+Green+Blue) = 16+68+40=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #104428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104428 is #EFBBD7. Grayscale: #313131. Windows color (decimal): -15711192 or 2638864. OLE color: 2638864.

HSL color Cylindrical-coordinate representation of color #104428: hue angle of 147.69º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104428 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 68 40 -
CMYK 0.76 0 0.41 0.73
HSL 147.69º 0.62% 0.16% -
HSV(B) 147.69º 0.76% 0.27% -
XYZ 2.66 4.4 2.72 -
YUV 49.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 16 68 40 0.76 0 0.41 0.73 147.69 0.62 0.16
Hex 10 44 28 4C 0 29 49 94 3E 10
Octal 20 104 50 114 0 51 111 224 76 20
Binary 10000 1000100 101000 1001100 0 101001 1001001 10010100 111110 10000

Color Harmonies of #104428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104428

Black with #104428

Text Example


Text Example

White with #104428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104428; }

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

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

background-color css

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

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

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

border-color css

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

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

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