#124625

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

Shades of Zuccini #124625

Tints of Zuccini #124625

Color information

#124625 (or 0x124625) is unknown color: approx Zuccini. HEX triplet: 12, 46 and 25. RGB value is (18,70,37). Sum of RGB (Red+Green+Blue) = 18+70+37=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #124625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124625 is #EDB9DA. Grayscale: #323232. Windows color (decimal): -15579611 or 2442770. OLE color: 2442770.

HSL color Cylindrical-coordinate representation of color #124625: hue angle of 141.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124625 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB187037-
CMYK0.7400.470.73
HSL141.92º59.09%17.25%-
HSV(B)141.92º74.29%27.45%-
XYZ2.774.642.5-
YUV50.69120.27104.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 70 (27.73% from 255) = 56%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=14.4%
G=56%
B=29.6%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870370.7400.470.73141.9259.0917.25
Hex1246254A02F498e3b11
Octal22106451120571112167321
Binary1001010001101001011001010010111110010011000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124625; }

 p { color: rgb(18,70,37); }

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

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

 a { background-color: rgb(18,70,37); }

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

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

 span { border-color: rgb(18,70,37); }

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