#154530

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

Shades of Zuccini #154530

Tints of Zuccini #154530

Color information

#154530 (or 0x154530) is unknown color: approx Zuccini. HEX triplet: 15, 45 and 30. RGB value is (21,69,48). Sum of RGB (Red+Green+Blue) = 21+69+48=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #154530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154530 is #EABACF. Grayscale: #343434. Windows color (decimal): -15383248 or 3163413. OLE color: 3163413.

HSL color Cylindrical-coordinate representation of color #154530: hue angle of 153.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154530 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB216948-
CMYK0.7000.300.73
HSL153.75º53.33%17.65%-
HSV(B)153.75º69.57%27.06%-
XYZ2.974.633.53-
YUV52.25125.6105.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=15.22%
G=50%
B=34.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2169480.7000.300.73153.7553.3317.65
Hex1545304601E499a3512
Octal25105601060361112326522
Binary101011000101110000100011001111010010011001101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154530; }

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

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

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

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

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

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

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

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