#154330

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

Shades of Zuccini #154330

Tints of Zuccini #154330

Color information

#154330 (or 0x154330) is unknown color: approx Zuccini. HEX triplet: 15, 43 and 30. RGB value is (21,67,48). Sum of RGB (Red+Green+Blue) = 21+67+48=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #154330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154330 is #EABCCF. Grayscale: #333333. Windows color (decimal): -15383760 or 3162901. OLE color: 3162901.

HSL color Cylindrical-coordinate representation of color #154330: hue angle of 155.22º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154330 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB216748-
CMYK0.6900.280.74
HSL155.22º52.27%17.25%-
HSV(B)155.22º68.66%26.27%-
XYZ2.854.393.49-
YUV51.08126.26106.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 67 (26.56% from 255) = 49.26%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=15.44%
G=49.26%
B=35.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167480.6900.280.74155.2252.2717.25
Hex1543304501C4A9b3411
Octal25103601050341122336421
Binary101011000011110000100010101110010010101001101111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154330; }

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

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

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

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

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

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

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

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