#124730

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

Shades of Zuccini #124730

Tints of Zuccini #124730

Color information

#124730 (or 0x124730) is unknown color: approx Zuccini. HEX triplet: 12, 47 and 30. RGB value is (18,71,48). Sum of RGB (Red+Green+Blue) = 18+71+48=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #124730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124730 is #EDB8CF. Grayscale: #343434. Windows color (decimal): -15579344 or 3163922. OLE color: 3163922.

HSL color Cylindrical-coordinate representation of color #124730: hue angle of 153.96º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124730 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB187148-
CMYK0.7500.320.72
HSL153.96º59.55%17.45%-
HSV(B)153.96º74.65%27.84%-
XYZ3.044.853.57-
YUV52.53125.44103.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=13.14%
G=51.82%
B=35.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871480.7500.320.72153.9659.5517.45
Hex1247304B020489a3c11
Octal22107601130401102327421
Binary1001010001111100001001011010000010010001001101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124730; }

 p { color: rgb(18,71,48); }

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

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

 a { background-color: rgb(18,71,48); }

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

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

 span { border-color: rgb(18,71,48); }

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