#124129

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

Shades of Zuccini #124129

Tints of Zuccini #124129

Color information

#124129 (or 0x124129) is unknown color: approx Zuccini. HEX triplet: 12, 41 and 29. RGB value is (18,65,41). Sum of RGB (Red+Green+Blue) = 18+65+41=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #124129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124129 is #EDBED6. Grayscale: #303030. Windows color (decimal): -15580887 or 2703634. OLE color: 2703634.

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

Color convert

RGB186541-
CMYK0.7200.370.75
HSL149.36º56.63%16.27%-
HSV(B)149.36º72.31%25.49%-
XYZ2.544.072.75-
YUV48.21123.93106.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=14.52%
G=52.42%
B=33.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865410.7200.370.75149.3656.6316.27
Hex124129480254B953910
Octal22101511100451132257120
Binary1001010000011010011001000010010110010111001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124129; }

 p { color: rgb(18,65,41); }

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

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

 a { background-color: rgb(18,65,41); }

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

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

 span { border-color: rgb(18,65,41); }

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