#154028

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

Shades of Zuccini #154028

Tints of Zuccini #154028

Color information

#154028 (or 0x154028) is unknown color: approx Zuccini. HEX triplet: 15, 40 and 28. RGB value is (21,64,40). Sum of RGB (Red+Green+Blue) = 21+64+40=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #154028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154028 is #EABFD7. Grayscale: #303030. Windows color (decimal): -15384536 or 2637845. OLE color: 2637845.

HSL color Cylindrical-coordinate representation of color #154028: hue angle of 146.51º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154028 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB216440-
CMYK0.6700.380.75
HSL146.51º50.59%16.67%-
HSV(B)146.51º67.19%25.1%-
XYZ2.533.982.64-
YUV48.41123.25108.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 40 (16.02% from 255) = 32%
R=16.8%
G=51.2%
B=32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164400.6700.380.75146.5150.5916.67
Hex154028430264B933311
Octal25100501030461132236321
Binary1010110000001010001000011010011010010111001001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154028; }

 p { color: rgb(21,64,40); }

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

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

 a { background-color: rgb(21,64,40); }

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

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

 span { border-color: rgb(21,64,40); }

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