#154831

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

Shades of Zuccini #154831

Tints of Zuccini #154831

Color information

#154831 (or 0x154831) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 31. RGB value is (21,72,49). Sum of RGB (Red+Green+Blue) = 21+72+49=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #154831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154831 is #EAB7CE. Grayscale: #363636. Windows color (decimal): -15382479 or 3229717. OLE color: 3229717.

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

Color convert

RGB217249-
CMYK0.7100.320.72
HSL152.94º54.84%18.24%-
HSV(B)152.94º70.83%28.24%-
XYZ3.185.023.71-
YUV54.13125.1104.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=14.79%
G=50.70%
B=34.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172490.7100.320.72152.9454.8418.24
Hex1548314702048993712
Octal25110611070401102316722
Binary1010110010001100011000111010000010010001001100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154831; }

 p { color: rgb(21,72,49); }

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

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

 a { background-color: rgb(21,72,49); }

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

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

 span { border-color: rgb(21,72,49); }

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