#104427

Color #104427 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #104427

Tints of Zuccini #104427

Color information

#104427 (or 0x104427) is unknown color: approx Zuccini. HEX triplet: 10, 44 and 27. RGB value is (16,68,39). Sum of RGB (Red+Green+Blue) = 16+68+39=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #104427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104427 is #EFBBD8. Grayscale: #313131. Windows color (decimal): -15711193 or 2573328. OLE color: 2573328.

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

Color convert

RGB166839-
CMYK0.7600.430.73
HSL146.54º61.9%16.47%-
HSV(B)146.54º76.47%26.67%-
XYZ2.654.392.63-
YUV49.15122.27104.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=13.01%
G=55.28%
B=31.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668390.7600.430.73146.5461.916.47
Hex1044274C02B49933e10
Octal20104471140531112237620
Binary1000010001001001111001100010101110010011001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104427; }

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

 H1.HeaderClassName
 {
   color: #104427;
 }
 .AnyTagClassName
 {
   color: #104427;
 }
</style>
background-color css

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

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

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

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

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

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