#154430

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

Shades of Zuccini #154430

Tints of Zuccini #154430

Color information

#154430 (or 0x154430) is unknown color: approx Zuccini. HEX triplet: 15, 44 and 30. RGB value is (21,68,48). Sum of RGB (Red+Green+Blue) = 21+68+48=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #154430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154430 is #EABBCF. Grayscale: #333333. Windows color (decimal): -15383504 or 3163157. OLE color: 3163157.

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

Color convert

RGB216848-
CMYK0.6900.290.73
HSL154.47º52.81%17.45%-
HSV(B)154.47º69.12%26.67%-
XYZ2.914.513.51-
YUV51.67125.93106.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=15.33%
G=49.64%
B=35.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168480.6900.290.73154.4752.8117.45
Hex1544304501D499a3511
Octal25104601050351112326521
Binary101011000100110000100010101110110010011001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154430; }

 p { color: rgb(21,68,48); }

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

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

 a { background-color: rgb(21,68,48); }

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

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

 span { border-color: rgb(21,68,48); }

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