#154826

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

Shades of Zuccini #154826

Tints of Zuccini #154826

Color information

#154826 (or 0x154826) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 26. RGB value is (21,72,38). Sum of RGB (Red+Green+Blue) = 21+72+38=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #154826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154826 is #EAB7D9. Grayscale: #343434. Windows color (decimal): -15382490 or 2508821. OLE color: 2508821.

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

Color convert

RGB217238-
CMYK0.7100.470.72
HSL140º54.84%18.24%-
HSV(B)140º70.83%28.24%-
XYZ2.984.932.63-
YUV52.87119.6105.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=16.03%
G=54.96%
B=29.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172380.7100.470.7214054.8418.24
Hex1548264702F488c3712
Octal25110461070571102146722
Binary1010110010001001101000111010111110010001000110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154826; }

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

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

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

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

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

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

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

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