#154827

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

Shades of Zuccini #154827

Tints of Zuccini #154827

Color information

#154827 (or 0x154827) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 27. RGB value is (21,72,39). Sum of RGB (Red+Green+Blue) = 21+72+39=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #154827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154827 is #EAB7D8. Grayscale: #353535. Windows color (decimal): -15382489 or 2574357. OLE color: 2574357.

HSL color Cylindrical-coordinate representation of color #154827: hue angle of 141.18º 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 #154827 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB217239-
CMYK0.7100.460.72
HSL141.18º54.84%18.24%-
HSV(B)141.18º70.83%28.24%-
XYZ2.994.942.72-
YUV52.99120.1105.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=15.91%
G=54.55%
B=29.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172390.7100.460.72141.1854.8418.24
Hex1548274702E488d3712
Octal25110471070561102156722
Binary1010110010001001111000111010111010010001000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154827; }

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

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

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

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

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

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

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

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