#104D27

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

Shades of Zuccini #104D27

Tints of Zuccini #104D27

Color information

#104D27 (or 0x104D27) is unknown color: approx Zuccini. HEX triplet: 10, 4D and 27. RGB value is (16,77,39). Sum of RGB (Red+Green+Blue) = 16+77+39=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #104D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D27 is #EFB2D8. Grayscale: #363636. Windows color (decimal): -15708889 or 2575632. OLE color: 2575632.

HSL color Cylindrical-coordinate representation of color #104D27: hue angle of 142.62º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D27 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB167739-
CMYK0.7900.490.70
HSL142.62º65.59%18.24%-
HSV(B)142.62º79.22%30.2%-
XYZ3.235.562.82-
YUV54.43119.29100.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 77 (30.47% from 255) = 58.33%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=12.12%
G=58.33%
B=29.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677390.7900.490.70142.6265.5918.24
Hex104D274F031468f4212
Octal201154711706110621710222
Binary10000100110110011110011110110001100011010001111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104D27; }

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

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

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

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

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

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

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

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