#104127

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

Shades of Zuccini #104127

Tints of Zuccini #104127

Color information

#104127 (or 0x104127) is unknown color: approx Zuccini. HEX triplet: 10, 41 and 27. RGB value is (16,65,39). Sum of RGB (Red+Green+Blue) = 16+65+39=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #104127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104127 is #EFBED8. Grayscale: #2F2F2F. Windows color (decimal): -15711961 or 2572560. OLE color: 2572560.

HSL color Cylindrical-coordinate representation of color #104127: hue angle of 148.16º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104127 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB166539-
CMYK0.7500.400.75
HSL148.16º60.49%15.88%-
HSV(B)148.16º75.38%25.49%-
XYZ2.474.042.57-
YUV47.38123.27105.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=13.33%
G=54.17%
B=32.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665390.7500.400.75148.1660.4915.88
Hex1041274B0284B943c10
Octal20101471130501132247420
Binary1000010000011001111001011010100010010111001010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104127; }

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

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

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

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

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

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

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

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